Uses of Interface
software.amazon.awssdk.services.ssm.model.RegisterTaskWithMaintenanceWindowRequest.Builder
Packages that use RegisterTaskWithMaintenanceWindowRequest.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 RegisterTaskWithMaintenanceWindowRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type RegisterTaskWithMaintenanceWindowRequest.BuilderModifier and TypeMethodDescriptionSsmAsyncClient.registerTaskWithMaintenanceWindow(Consumer<RegisterTaskWithMaintenanceWindowRequest.Builder> registerTaskWithMaintenanceWindowRequest) Adds a new task to a maintenance window.SsmClient.registerTaskWithMaintenanceWindow(Consumer<RegisterTaskWithMaintenanceWindowRequest.Builder> registerTaskWithMaintenanceWindowRequest) Adds a new task to a maintenance window. -
Uses of RegisterTaskWithMaintenanceWindowRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return RegisterTaskWithMaintenanceWindowRequest.BuilderModifier and TypeMethodDescriptionRegisterTaskWithMaintenanceWindowRequest.Builder.alarmConfiguration(Consumer<AlarmConfiguration.Builder> alarmConfiguration) The CloudWatch alarm you want to apply to your maintenance window task.RegisterTaskWithMaintenanceWindowRequest.Builder.alarmConfiguration(AlarmConfiguration alarmConfiguration) The CloudWatch alarm you want to apply to your maintenance window task.RegisterTaskWithMaintenanceWindowRequest.builder()RegisterTaskWithMaintenanceWindowRequest.Builder.clientToken(String clientToken) User-provided idempotency token.RegisterTaskWithMaintenanceWindowRequest.Builder.cutoffBehavior(String cutoffBehavior) Indicates whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached.RegisterTaskWithMaintenanceWindowRequest.Builder.cutoffBehavior(MaintenanceWindowTaskCutoffBehavior cutoffBehavior) Indicates whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached.RegisterTaskWithMaintenanceWindowRequest.Builder.description(String description) An optional description for the task.RegisterTaskWithMaintenanceWindowRequest.Builder.loggingInfo(Consumer<LoggingInfo.Builder> loggingInfo) A structure containing information about an Amazon Simple Storage Service (Amazon S3) bucket to write managed node-level logs to.RegisterTaskWithMaintenanceWindowRequest.Builder.loggingInfo(LoggingInfo loggingInfo) A structure containing information about an Amazon Simple Storage Service (Amazon S3) bucket to write managed node-level logs to.RegisterTaskWithMaintenanceWindowRequest.Builder.maxConcurrency(String maxConcurrency) The maximum number of targets this task can be run for, in parallel.The maximum number of errors allowed before this task stops being scheduled.An optional name for the task.RegisterTaskWithMaintenanceWindowRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) RegisterTaskWithMaintenanceWindowRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The priority of the task in the maintenance window, the lower the number the higher the priority.RegisterTaskWithMaintenanceWindowRequest.Builder.serviceRoleArn(String serviceRoleArn) The Amazon Resource Name (ARN) of the IAM service role for Amazon Web Services Systems Manager to assume when running a maintenance window task.RegisterTaskWithMaintenanceWindowRequest.Builder.targets(Collection<Target> targets) The targets (either managed nodes or maintenance window targets).RegisterTaskWithMaintenanceWindowRequest.Builder.targets(Consumer<Target.Builder>... targets) The targets (either managed nodes or maintenance window targets).The targets (either managed nodes or maintenance window targets).The ARN of the task to run.RegisterTaskWithMaintenanceWindowRequest.Builder.taskInvocationParameters(Consumer<MaintenanceWindowTaskInvocationParameters.Builder> taskInvocationParameters) The parameters that the task should use during execution.RegisterTaskWithMaintenanceWindowRequest.Builder.taskInvocationParameters(MaintenanceWindowTaskInvocationParameters taskInvocationParameters) The parameters that the task should use during execution.RegisterTaskWithMaintenanceWindowRequest.Builder.taskParameters(Map<String, MaintenanceWindowTaskParameterValueExpression> taskParameters) The parameters that should be passed to the task when it is run.The type of task being registered.RegisterTaskWithMaintenanceWindowRequest.Builder.taskType(MaintenanceWindowTaskType taskType) The type of task being registered.RegisterTaskWithMaintenanceWindowRequest.toBuilder()The ID of the maintenance window the task should be added to.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type RegisterTaskWithMaintenanceWindowRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RegisterTaskWithMaintenanceWindowRequest.Builder>RegisterTaskWithMaintenanceWindowRequest.serializableBuilderClass()