Interface GetMaintenanceWindowExecutionTaskInvocationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetMaintenanceWindowExecutionTaskInvocationRequest.Builder,,GetMaintenanceWindowExecutionTaskInvocationRequest> SdkBuilder<GetMaintenanceWindowExecutionTaskInvocationRequest.Builder,,GetMaintenanceWindowExecutionTaskInvocationRequest> SdkPojo,SdkRequest.Builder,SsmRequest.Builder
- Enclosing class:
- GetMaintenanceWindowExecutionTaskInvocationRequest
@Mutable
@NotThreadSafe
public static interface GetMaintenanceWindowExecutionTaskInvocationRequest.Builder
extends SsmRequest.Builder, SdkPojo, CopyableBuilder<GetMaintenanceWindowExecutionTaskInvocationRequest.Builder,GetMaintenanceWindowExecutionTaskInvocationRequest>
-
Method Summary
Modifier and TypeMethodDescriptioninvocationId(String invocationId) The invocation ID to retrieve.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The ID of the specific task in the maintenance window task that should be retrieved.windowExecutionId(String windowExecutionId) The ID of the maintenance window execution for which the task is a part.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
GetMaintenanceWindowExecutionTaskInvocationRequest.Builder windowExecutionId(String windowExecutionId) The ID of the maintenance window execution for which the task is a part.
- Parameters:
windowExecutionId- The ID of the maintenance window execution for which the task is a part.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskId
The ID of the specific task in the maintenance window task that should be retrieved.
- Parameters:
taskId- The ID of the specific task in the maintenance window task that should be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
invocationId
The invocation ID to retrieve.
- Parameters:
invocationId- The invocation ID to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetMaintenanceWindowExecutionTaskInvocationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetMaintenanceWindowExecutionTaskInvocationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-