public static interface CreateStateMachineAliasResponse.Builder extends SfnResponse.Builder, SdkPojo, CopyableBuilder<CreateStateMachineAliasResponse.Builder,CreateStateMachineAliasResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateStateMachineAliasResponse.Builder |
creationDate(Instant creationDate)
The date the state machine alias was created.
|
CreateStateMachineAliasResponse.Builder |
stateMachineAliasArn(String stateMachineAliasArn)
The Amazon Resource Name (ARN) that identifies the created state machine alias.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateStateMachineAliasResponse.Builder stateMachineAliasArn(String stateMachineAliasArn)
The Amazon Resource Name (ARN) that identifies the created state machine alias.
stateMachineAliasArn - The Amazon Resource Name (ARN) that identifies the created state machine alias.CreateStateMachineAliasResponse.Builder creationDate(Instant creationDate)
The date the state machine alias was created.
creationDate - The date the state machine alias was created.Copyright © 2023. All rights reserved.