public static interface GetAutomationExecutionRequest.Builder extends software.amazon.awssdk.utils.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.
|
copyapply, 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.Copyright © 2017. All rights reserved.