Uses of Interface
software.amazon.awssdk.services.ssm.model.UpdateMaintenanceWindowResponse.Builder
Packages that use UpdateMaintenanceWindowResponse.Builder
-
Uses of UpdateMaintenanceWindowResponse.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return UpdateMaintenanceWindowResponse.BuilderModifier and TypeMethodDescriptionUpdateMaintenanceWindowResponse.Builder.allowUnassociatedTargets(Boolean allowUnassociatedTargets) Whether targets must be registered with the maintenance window before tasks can be defined for those targets.UpdateMaintenanceWindowResponse.builder()The number of hours before the end of the maintenance window that Amazon Web Services Systems Manager stops scheduling new tasks for execution.UpdateMaintenanceWindowResponse.Builder.description(String description) An optional description of the update.The duration of the maintenance window in hours.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.The name of the maintenance window.The schedule of the maintenance window in the form of a cron or rate expression.UpdateMaintenanceWindowResponse.Builder.scheduleOffset(Integer scheduleOffset) The number of days to wait to run a maintenance window after the scheduled cron expression date and time.UpdateMaintenanceWindowResponse.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.UpdateMaintenanceWindowResponse.toBuilder()The ID of the created maintenance window.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type UpdateMaintenanceWindowResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateMaintenanceWindowResponse.Builder>UpdateMaintenanceWindowResponse.serializableBuilderClass()