public static interface GetAutomationExecutionRequest.Builder extends SSMRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetAutomationExecutionRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
GetAutomationExecutionRequest.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.GetAutomationExecutionRequest.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.