CopyableBuilder<StartExecutionResponse.Builder,StartExecutionResponse>, SdkBuilder<StartExecutionResponse.Builder,StartExecutionResponse>public static interface StartExecutionResponse.Builder extends CopyableBuilder<StartExecutionResponse.Builder,StartExecutionResponse>
| Modifier and Type | Method | Description |
|---|---|---|
StartExecutionResponse.Builder |
executionArn(String executionArn) |
The Amazon Resource Name (ARN) that identifies the execution.
|
StartExecutionResponse.Builder |
startDate(Date startDate) |
The date the execution was started.
|
copyapply, buildStartExecutionResponse.Builder executionArn(String executionArn)
The Amazon Resource Name (ARN) that identifies the execution.
executionArn - The Amazon Resource Name (ARN) that identifies the execution.StartExecutionResponse.Builder startDate(Date startDate)
The date the execution was started.
startDate - The date the execution was started.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.