Uses of Interface
software.amazon.awssdk.services.ssm.model.GetMaintenanceWindowResponse.Builder
Packages that use GetMaintenanceWindowResponse.Builder
-
Uses of GetMaintenanceWindowResponse.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return GetMaintenanceWindowResponse.BuilderModifier and TypeMethodDescriptionGetMaintenanceWindowResponse.Builder.allowUnassociatedTargets(Boolean allowUnassociatedTargets) Whether targets must be registered with the maintenance window before tasks can be defined for those targets.GetMaintenanceWindowResponse.builder()GetMaintenanceWindowResponse.Builder.createdDate(Instant createdDate) The date the maintenance window was created.The number of hours before the end of the maintenance window that Amazon Web Services Systems Manager stops scheduling new tasks for execution.GetMaintenanceWindowResponse.Builder.description(String description) The description of the maintenance window.The duration of the maintenance window in hours.Indicates whether the maintenance window is enabled.The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive.GetMaintenanceWindowResponse.Builder.modifiedDate(Instant modifiedDate) The date the maintenance window was last modified.The name of the maintenance window.GetMaintenanceWindowResponse.Builder.nextExecutionTime(String nextExecutionTime) The next time the maintenance window will actually run, taking into account any specified times for the maintenance window to become active or inactive.The schedule of the maintenance window in the form of a cron or rate expression.GetMaintenanceWindowResponse.Builder.scheduleOffset(Integer scheduleOffset) The number of days to wait to run a maintenance window after the scheduled cron expression date and time.GetMaintenanceWindowResponse.Builder.scheduleTimezone(String scheduleTimezone) The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format.The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active.GetMaintenanceWindowResponse.toBuilder()The ID of the created maintenance window.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type GetMaintenanceWindowResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetMaintenanceWindowResponse.Builder>GetMaintenanceWindowResponse.serializableBuilderClass()