public static interface StartExecutionResponse.Builder extends SFNResponse.Builder, CopyableBuilder<StartExecutionResponse.Builder,StartExecutionResponse>
| Modifier and Type | Method and Description |
|---|---|
StartExecutionResponse.Builder |
executionArn(String executionArn)
The Amazon Resource Name (ARN) that identifies the execution.
|
StartExecutionResponse.Builder |
startDate(Instant startDate)
The date the execution is started.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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(Instant startDate)
The date the execution is started.
startDate - The date the execution is started.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.