Uses of Interface
software.amazon.awssdk.services.ssm.model.UpdateMaintenanceWindowRequest.Builder
Packages that use UpdateMaintenanceWindowRequest.Builder
Package
Description
Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and
a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at
scale.
-
Uses of UpdateMaintenanceWindowRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type UpdateMaintenanceWindowRequest.BuilderModifier and TypeMethodDescriptionSsmAsyncClient.updateMaintenanceWindow(Consumer<UpdateMaintenanceWindowRequest.Builder> updateMaintenanceWindowRequest) Updates an existing maintenance window.default UpdateMaintenanceWindowResponseSsmClient.updateMaintenanceWindow(Consumer<UpdateMaintenanceWindowRequest.Builder> updateMaintenanceWindowRequest) Updates an existing maintenance window. -
Uses of UpdateMaintenanceWindowRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return UpdateMaintenanceWindowRequest.BuilderModifier and TypeMethodDescriptionUpdateMaintenanceWindowRequest.Builder.allowUnassociatedTargets(Boolean allowUnassociatedTargets) Whether targets must be registered with the maintenance window before tasks can be defined for those targets.UpdateMaintenanceWindowRequest.builder()The number of hours before the end of the maintenance window that Amazon Web Services Systems Manager stops scheduling new tasks for execution.UpdateMaintenanceWindowRequest.Builder.description(String description) An optional description for the update request.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 you want the maintenance window to become inactive.The name of the maintenance window.UpdateMaintenanceWindowRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateMaintenanceWindowRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) IfTrue, then all fields that are required by the CreateMaintenanceWindow operation are also required for this API request.The schedule of the maintenance window in the form of a cron or rate expression.UpdateMaintenanceWindowRequest.Builder.scheduleOffset(Integer scheduleOffset) The number of days to wait after the date and time specified by a cron expression before running the maintenance window.UpdateMaintenanceWindowRequest.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 you want the maintenance window to become active.UpdateMaintenanceWindowRequest.toBuilder()The ID of the maintenance window to update.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type UpdateMaintenanceWindowRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateMaintenanceWindowRequest.Builder>UpdateMaintenanceWindowRequest.serializableBuilderClass()