Interface StateMachineVersionListItem.Builder

All Superinterfaces:
Buildable, CopyableBuilder<StateMachineVersionListItem.Builder,StateMachineVersionListItem>, SdkBuilder<StateMachineVersionListItem.Builder,StateMachineVersionListItem>, SdkPojo
Enclosing class:
StateMachineVersionListItem

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

    • 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.