Uses of Interface
software.amazon.awssdk.services.ssm.model.CreateMaintenanceWindowRequest.Builder
Packages that use CreateMaintenanceWindowRequest.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 CreateMaintenanceWindowRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type CreateMaintenanceWindowRequest.BuilderModifier and TypeMethodDescriptionSsmAsyncClient.createMaintenanceWindow(Consumer<CreateMaintenanceWindowRequest.Builder> createMaintenanceWindowRequest) Creates a new maintenance window.default CreateMaintenanceWindowResponseSsmClient.createMaintenanceWindow(Consumer<CreateMaintenanceWindowRequest.Builder> createMaintenanceWindowRequest) Creates a new maintenance window. -
Uses of CreateMaintenanceWindowRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return CreateMaintenanceWindowRequest.BuilderModifier and TypeMethodDescriptionCreateMaintenanceWindowRequest.Builder.allowUnassociatedTargets(Boolean allowUnassociatedTargets) Enables a maintenance window task to run on managed nodes, even if you haven't registered those nodes as targets.CreateMaintenanceWindowRequest.builder()CreateMaintenanceWindowRequest.Builder.clientToken(String clientToken) User-provided idempotency token.The number of hours before the end of the maintenance window that Amazon Web Services Systems Manager stops scheduling new tasks for execution.CreateMaintenanceWindowRequest.Builder.description(String description) An optional description for the maintenance window.The duration of the maintenance window in hours.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.CreateMaintenanceWindowRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateMaintenanceWindowRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The schedule of the maintenance window in the form of a cron or rate expression.CreateMaintenanceWindowRequest.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.CreateMaintenanceWindowRequest.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.CreateMaintenanceWindowRequest.Builder.tags(Collection<Tag> tags) Optional metadata that you assign to a resource.CreateMaintenanceWindowRequest.Builder.tags(Consumer<Tag.Builder>... tags) Optional metadata that you assign to a resource.Optional metadata that you assign to a resource.CreateMaintenanceWindowRequest.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type CreateMaintenanceWindowRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateMaintenanceWindowRequest.Builder>CreateMaintenanceWindowRequest.serializableBuilderClass()