public static interface CreateStateMachineResponse.Builder extends SfnResponse.Builder, SdkPojo, CopyableBuilder<CreateStateMachineResponse.Builder,CreateStateMachineResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateStateMachineResponse.Builder |
creationDate(Instant creationDate)
The date the state machine is created.
|
CreateStateMachineResponse.Builder |
stateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) that identifies the created state machine.
|
CreateStateMachineResponse.Builder |
stateMachineVersionArn(String stateMachineVersionArn)
The Amazon Resource Name (ARN) that identifies the created state machine version.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateStateMachineResponse.Builder stateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) that identifies the created state machine.
stateMachineArn - The Amazon Resource Name (ARN) that identifies the created state machine.CreateStateMachineResponse.Builder creationDate(Instant creationDate)
The date the state machine is created.
creationDate - The date the state machine is created.CreateStateMachineResponse.Builder stateMachineVersionArn(String stateMachineVersionArn)
The Amazon Resource Name (ARN) that identifies the created state machine version. If you do not set the
publish parameter to true, this field returns null value.
stateMachineVersionArn - The Amazon Resource Name (ARN) that identifies the created state machine version. If you do not set
the publish parameter to true, this field returns null value.Copyright © 2023. All rights reserved.