Interface StateMachineAliasListItem.Builder

  • Method Details

    • stateMachineAliasArn

      StateMachineAliasListItem.Builder stateMachineAliasArn(String stateMachineAliasArn)

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

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

      StateMachineAliasListItem.Builder creationDate(Instant creationDate)

      The creation date of a state machine alias.

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