CopyableBuilder<CreateStateMachineResponse.Builder,CreateStateMachineResponse>
, SdkBuilder<CreateStateMachineResponse.Builder,CreateStateMachineResponse>
public static interface CreateStateMachineResponse.Builder extends CopyableBuilder<CreateStateMachineResponse.Builder,CreateStateMachineResponse>
Modifier and Type | Method | Description |
---|---|---|
CreateStateMachineResponse.Builder |
creationDate(Date creationDate) |
The date the state machine was created.
|
CreateStateMachineResponse.Builder |
stateMachineArn(String stateMachineArn) |
The Amazon Resource Name (ARN) that identifies the created state machine.
|
copy
apply, build
CreateStateMachineResponse.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(Date creationDate)
The date the state machine was created.
creationDate
- The date the state machine was created.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.