Interface CreateStateMachineAliasResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateStateMachineAliasResponse.Builder,CreateStateMachineAliasResponse>,SdkBuilder<CreateStateMachineAliasResponse.Builder,CreateStateMachineAliasResponse>,SdkPojo,SdkResponse.Builder,SfnResponse.Builder
- Enclosing class:
- CreateStateMachineAliasResponse
public static interface CreateStateMachineAliasResponse.Builder extends SfnResponse.Builder, SdkPojo, CopyableBuilder<CreateStateMachineAliasResponse.Builder,CreateStateMachineAliasResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateStateMachineAliasResponse.BuildercreationDate(Instant creationDate)The date the state machine alias was created.CreateStateMachineAliasResponse.BuilderstateMachineAliasArn(String stateMachineAliasArn)The Amazon Resource Name (ARN) that identifies the created state machine alias.-
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, sdkFieldNameToField, 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 Detail
-
stateMachineAliasArn
CreateStateMachineAliasResponse.Builder stateMachineAliasArn(String stateMachineAliasArn)
The Amazon Resource Name (ARN) that identifies the created state machine alias.
- Parameters:
stateMachineAliasArn- The Amazon Resource Name (ARN) that identifies the created state machine alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationDate
CreateStateMachineAliasResponse.Builder creationDate(Instant creationDate)
The date the state machine alias was created.
- Parameters:
creationDate- The date the state machine alias was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-