public static interface GetAutomationExecutionRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<GetAutomationExecutionRequest.Builder,GetAutomationExecutionRequest>
| Modifier and Type | Method and Description |
|---|---|
GetAutomationExecutionRequest.Builder |
automationExecutionId(String automationExecutionId)
The unique identifier for an existing automation execution to examine.
|
GetAutomationExecutionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetAutomationExecutionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildGetAutomationExecutionRequest.Builder automationExecutionId(String automationExecutionId)
The unique identifier for an existing automation execution to examine. The execution ID is returned by StartAutomationExecution when the execution of an Automation document is initiated.
automationExecutionId - The unique identifier for an existing automation execution to examine. The execution ID is returned by
StartAutomationExecution when the execution of an Automation document is initiated.GetAutomationExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetAutomationExecutionRequest.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.