Interface UpdateStateMachineResponse.Builder

    • Method Detail

      • updateDate

        UpdateStateMachineResponse.Builder updateDate​(Instant 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

        UpdateStateMachineResponse.Builder revisionId​(String 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.