Uses of Interface
software.amazon.awssdk.services.ssm.model.UpdateMaintenanceWindowTaskRequest.Builder
Packages that use UpdateMaintenanceWindowTaskRequest.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 UpdateMaintenanceWindowTaskRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type UpdateMaintenanceWindowTaskRequest.BuilderModifier and TypeMethodDescriptionSsmAsyncClient.updateMaintenanceWindowTask(Consumer<UpdateMaintenanceWindowTaskRequest.Builder> updateMaintenanceWindowTaskRequest) Modifies a task assigned to a maintenance window.SsmClient.updateMaintenanceWindowTask(Consumer<UpdateMaintenanceWindowTaskRequest.Builder> updateMaintenanceWindowTaskRequest) Modifies a task assigned to a maintenance window. -
Uses of UpdateMaintenanceWindowTaskRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return UpdateMaintenanceWindowTaskRequest.BuilderModifier and TypeMethodDescriptionUpdateMaintenanceWindowTaskRequest.Builder.alarmConfiguration(Consumer<AlarmConfiguration.Builder> alarmConfiguration) The CloudWatch alarm you want to apply to your maintenance window task.UpdateMaintenanceWindowTaskRequest.Builder.alarmConfiguration(AlarmConfiguration alarmConfiguration) The CloudWatch alarm you want to apply to your maintenance window task.UpdateMaintenanceWindowTaskRequest.builder()UpdateMaintenanceWindowTaskRequest.Builder.cutoffBehavior(String cutoffBehavior) Indicates whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached.UpdateMaintenanceWindowTaskRequest.Builder.cutoffBehavior(MaintenanceWindowTaskCutoffBehavior cutoffBehavior) Indicates whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached.UpdateMaintenanceWindowTaskRequest.Builder.description(String description) The new task description to specify.UpdateMaintenanceWindowTaskRequest.Builder.loggingInfo(Consumer<LoggingInfo.Builder> loggingInfo) The new logging location in Amazon S3 to specify.UpdateMaintenanceWindowTaskRequest.Builder.loggingInfo(LoggingInfo loggingInfo) The new logging location in Amazon S3 to specify.UpdateMaintenanceWindowTaskRequest.Builder.maxConcurrency(String maxConcurrency) The newMaxConcurrencyvalue you want to specify.The newMaxErrorsvalue to specify.The new task name to specify.UpdateMaintenanceWindowTaskRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateMaintenanceWindowTaskRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The new task priority to specify.If True, then all fields that are required by the RegisterTaskWithMaintenanceWindow operation are also required for this API request.UpdateMaintenanceWindowTaskRequest.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.UpdateMaintenanceWindowTaskRequest.Builder.targets(Collection<Target> targets) The targets (either managed nodes or tags) to modify.UpdateMaintenanceWindowTaskRequest.Builder.targets(Consumer<Target.Builder>... targets) The targets (either managed nodes or tags) to modify.The targets (either managed nodes or tags) to modify.The task ARN to modify.UpdateMaintenanceWindowTaskRequest.Builder.taskInvocationParameters(Consumer<MaintenanceWindowTaskInvocationParameters.Builder> taskInvocationParameters) The parameters that the task should use during execution.UpdateMaintenanceWindowTaskRequest.Builder.taskInvocationParameters(MaintenanceWindowTaskInvocationParameters taskInvocationParameters) The parameters that the task should use during execution.UpdateMaintenanceWindowTaskRequest.Builder.taskParameters(Map<String, MaintenanceWindowTaskParameterValueExpression> taskParameters) The parameters to modify.UpdateMaintenanceWindowTaskRequest.toBuilder()The maintenance window ID that contains the task to modify.UpdateMaintenanceWindowTaskRequest.Builder.windowTaskId(String windowTaskId) The task ID to modify.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type UpdateMaintenanceWindowTaskRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateMaintenanceWindowTaskRequest.Builder>UpdateMaintenanceWindowTaskRequest.serializableBuilderClass()