public static interface UpdateStateMachineResponse.Builder extends SfnResponse.Builder, SdkPojo, CopyableBuilder<UpdateStateMachineResponse.Builder,UpdateStateMachineResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateStateMachineResponse.Builder |
revisionId(String revisionId)
The revision identifier for the updated state machine.
|
UpdateStateMachineResponse.Builder |
stateMachineVersionArn(String stateMachineVersionArn)
The Amazon Resource Name (ARN) of the published state machine version.
|
UpdateStateMachineResponse.Builder |
updateDate(Instant updateDate)
The date and time the state machine was updated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateStateMachineResponse.Builder updateDate(Instant updateDate)
The date and time the state machine was updated.
updateDate - The date and time the state machine was updated.UpdateStateMachineResponse.Builder revisionId(String revisionId)
The revision identifier for the updated state machine.
revisionId - The revision identifier for the updated state machine.UpdateStateMachineResponse.Builder stateMachineVersionArn(String stateMachineVersionArn)
The Amazon Resource Name (ARN) of the published state machine version.
If the publish parameter isn't set to true, this field returns null.
stateMachineVersionArn - The Amazon Resource Name (ARN) of the published state machine version.
If the publish parameter isn't set to true, this field returns null.
Copyright © 2023. All rights reserved.