Interface StartExecutionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<StartExecutionResponse.Builder,
,StartExecutionResponse> SdkBuilder<StartExecutionResponse.Builder,
,StartExecutionResponse> SdkPojo
,SdkResponse.Builder
,SfnResponse.Builder
- Enclosing class:
StartExecutionResponse
public static interface StartExecutionResponse.Builder
extends SfnResponse.Builder, SdkPojo, CopyableBuilder<StartExecutionResponse.Builder,StartExecutionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionexecutionArn
(String executionArn) The Amazon Resource Name (ARN) that identifies the execution.The date the execution is started.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.sfn.model.SfnResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
executionArn
The Amazon Resource Name (ARN) that identifies the execution.
- Parameters:
executionArn
- The Amazon Resource Name (ARN) that identifies the execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startDate
The date the execution is started.
- Parameters:
startDate
- The date the execution is started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-