public static interface StartExecutionResponse.Builder extends SfnResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, 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.