Interface StateMachineVersionListItem.Builder

    • Method Detail

      • stateMachineVersionArn

        StateMachineVersionListItem.Builder stateMachineVersionArn​(String stateMachineVersionArn)

        The Amazon Resource Name (ARN) that identifies a state machine version. The version ARN is a combination of state machine ARN and the version number separated by a colon (:). For example, stateMachineARN:1.

        Parameters:
        stateMachineVersionArn - The Amazon Resource Name (ARN) that identifies a state machine version. The version ARN is a combination of state machine ARN and the version number separated by a colon (:). For example, stateMachineARN:1.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationDate

        StateMachineVersionListItem.Builder creationDate​(Instant creationDate)

        The creation date of a state machine version.

        Parameters:
        creationDate - The creation date of a state machine version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.