Interface UpdateStateMachineResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<UpdateStateMachineResponse.Builder,UpdateStateMachineResponse>, SdkBuilder<UpdateStateMachineResponse.Builder,UpdateStateMachineResponse>, SdkPojo, SdkResponse.Builder, SfnResponse.Builder
Enclosing class:
UpdateStateMachineResponse

public static interface UpdateStateMachineResponse.Builder extends SfnResponse.Builder, SdkPojo, CopyableBuilder<UpdateStateMachineResponse.Builder,UpdateStateMachineResponse>
  • Method Details

    • updateDate

      The date and time the state machine was updated.

      Parameters:
      updateDate - The date and time the state machine was updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • revisionId

      The revision identifier for the updated state machine.

      Parameters:
      revisionId - The revision identifier for the updated state machine.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stateMachineVersionArn

      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.

      Parameters:
      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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.