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 Summary
Modifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) 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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods 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) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetMaintenanceWindowExecutionTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-