Interface GetMaintenanceWindowExecutionTaskRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetMaintenanceWindowExecutionTaskRequest.Builder,
,GetMaintenanceWindowExecutionTaskRequest> SdkBuilder<GetMaintenanceWindowExecutionTaskRequest.Builder,
,GetMaintenanceWindowExecutionTaskRequest> SdkPojo
,SdkRequest.Builder
,SsmRequest.Builder
- Enclosing class:
GetMaintenanceWindowExecutionTaskRequest
public static interface GetMaintenanceWindowExecutionTaskRequest.Builder
extends SsmRequest.Builder, SdkPojo, CopyableBuilder<GetMaintenanceWindowExecutionTaskRequest.Builder,GetMaintenanceWindowExecutionTaskRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The ID of the specific task execution in the maintenance window task that should be retrieved.windowExecutionId
(String windowExecutionId) The ID of the maintenance window execution that includes the task.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.services.ssm.model.SsmRequest.Builder
build
-
Method Details
-
windowExecutionId
The ID of the maintenance window execution that includes the task.
- Parameters:
windowExecutionId
- The ID of the maintenance window execution that includes the task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskId
The ID of the specific task execution in the maintenance window task that should be retrieved.
- Parameters:
taskId
- The ID of the specific task execution in the maintenance window task that should be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetMaintenanceWindowExecutionTaskRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetMaintenanceWindowExecutionTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-