Interface GetMaintenanceWindowExecutionTaskRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<GetMaintenanceWindowExecutionTaskRequest.Builder,,- GetMaintenanceWindowExecutionTaskRequest> - SdkBuilder<GetMaintenanceWindowExecutionTaskRequest.Builder,,- GetMaintenanceWindowExecutionTaskRequest> - SdkPojo,- SdkRequest.Builder,- SsmRequest.Builder
- Enclosing class:
- GetMaintenanceWindowExecutionTaskRequest
@Mutable
@NotThreadSafe
public static interface GetMaintenanceWindowExecutionTaskRequest.Builder
extends SsmRequest.Builder, SdkPojo, CopyableBuilder<GetMaintenanceWindowExecutionTaskRequest.Builder,GetMaintenanceWindowExecutionTaskRequest> 
- 
Method SummaryModifier 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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.ssm.model.SsmRequest.Builderbuild
- 
Method Details- 
windowExecutionIdThe 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.
 
- 
taskIdThe 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.
 
- 
overrideConfigurationGetMaintenanceWindowExecutionTaskRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationGetMaintenanceWindowExecutionTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-