public static interface GetMaintenanceWindowExecutionTaskInvocationRequest.Builder extends SSMRequest.Builder, CopyableBuilder<GetMaintenanceWindowExecutionTaskInvocationRequest.Builder,GetMaintenanceWindowExecutionTaskInvocationRequest>
Modifier and Type | Method and Description |
---|---|
GetMaintenanceWindowExecutionTaskInvocationRequest.Builder |
invocationId(String invocationId)
The invocation ID to retrieve.
|
GetMaintenanceWindowExecutionTaskInvocationRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetMaintenanceWindowExecutionTaskInvocationRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
GetMaintenanceWindowExecutionTaskInvocationRequest.Builder |
taskId(String taskId)
The ID of the specific task in the Maintenance Window task that should be retrieved.
|
GetMaintenanceWindowExecutionTaskInvocationRequest.Builder |
windowExecutionId(String windowExecutionId)
The ID of the Maintenance Window execution for which the task is a part.
|
build
requestOverrideConfig
copy
apply, build
GetMaintenanceWindowExecutionTaskInvocationRequest.Builder windowExecutionId(String windowExecutionId)
The ID of the Maintenance Window execution for which the task is a part.
windowExecutionId
- The ID of the Maintenance Window execution for which the task is a part.GetMaintenanceWindowExecutionTaskInvocationRequest.Builder taskId(String taskId)
The ID of the specific task in the Maintenance Window task that should be retrieved.
taskId
- The ID of the specific task in the Maintenance Window task that should be retrieved.GetMaintenanceWindowExecutionTaskInvocationRequest.Builder invocationId(String invocationId)
The invocation ID to retrieve.
invocationId
- The invocation ID to retrieve.GetMaintenanceWindowExecutionTaskInvocationRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.GetMaintenanceWindowExecutionTaskInvocationRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.