public static interface GetMaintenanceWindowExecutionTaskInvocationRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<GetMaintenanceWindowExecutionTaskInvocationRequest.Builder,GetMaintenanceWindowExecutionTaskInvocationRequest>
| Modifier and Type | Method and Description |
|---|---|
GetMaintenanceWindowExecutionTaskInvocationRequest.Builder |
invocationId(String invocationId)
The invocation ID to retrieve.
|
GetMaintenanceWindowExecutionTaskInvocationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetMaintenanceWindowExecutionTaskInvocationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.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.
|
buildoverrideConfigurationcopyapplyMutation, buildGetMaintenanceWindowExecutionTaskInvocationRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetMaintenanceWindowExecutionTaskInvocationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.