Interface UpdateStateMachineAliasResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateStateMachineAliasResponse.Builder,
,UpdateStateMachineAliasResponse> SdkBuilder<UpdateStateMachineAliasResponse.Builder,
,UpdateStateMachineAliasResponse> SdkPojo
,SdkResponse.Builder
,SfnResponse.Builder
- Enclosing class:
UpdateStateMachineAliasResponse
@Mutable
@NotThreadSafe
public static interface UpdateStateMachineAliasResponse.Builder
extends SfnResponse.Builder, SdkPojo, CopyableBuilder<UpdateStateMachineAliasResponse.Builder,UpdateStateMachineAliasResponse>
-
Method Summary
Modifier and TypeMethodDescriptionupdateDate
(Instant updateDate) The date and time the state machine alias was updated.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 Details
-
updateDate
The date and time the state machine alias was updated.
- Parameters:
updateDate
- The date and time the state machine alias was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-