Interface StateTransition.Builder

  • Method Details

    • state

      The state of the transition.

      Parameters:
      state - The state of the transition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • state

      The state of the transition.

      Parameters:
      state - The state of the transition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • stateStartTimestamp

      StateTransition.Builder stateStartTimestamp(Instant stateStartTimestamp)

      The date and time when the state started in UTC time.

      Parameters:
      stateStartTimestamp - The date and time when the state started in UTC time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stateEndTimestamp

      StateTransition.Builder stateEndTimestamp(Instant stateEndTimestamp)

      The date and time when the state ended in UTC time.

      Parameters:
      stateEndTimestamp - The date and time when the state ended in UTC time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.