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) |
GetAutomationExecutionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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)
overrideConfiguration in interface AwsRequest.BuilderGetAutomationExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.