CopyableBuilder<GetAutomationExecutionRequest.Builder,GetAutomationExecutionRequest>
, SdkBuilder<GetAutomationExecutionRequest.Builder,GetAutomationExecutionRequest>
public static interface GetAutomationExecutionRequest.Builder extends CopyableBuilder<GetAutomationExecutionRequest.Builder,GetAutomationExecutionRequest>
Modifier and Type | Method | Description |
---|---|---|
GetAutomationExecutionRequest.Builder |
automationExecutionId(String automationExecutionId) |
The unique identifier for an existing automation execution to examine.
|
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.