public static interface CreateStateMachineResponse.Builder extends SFNResponse.Builder, 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.