Interface MpaStatus.Builder

  • Method Details

    • mpaSessionArn

      MpaStatus.Builder mpaSessionArn(String mpaSessionArn)

      The ARN of the MPA session.

      Parameters:
      mpaSessionArn - The ARN of the MPA session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      MpaStatus.Builder status(String status)

      The current status of the MPA session.

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

      The current status of the MPA session.

      Parameters:
      status - The current status of the MPA session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • initiationDate

      MpaStatus.Builder initiationDate(Instant initiationDate)

      The date and time when the MPA session was initiated.

      Parameters:
      initiationDate - The date and time when the MPA session was initiated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusMessage

      MpaStatus.Builder statusMessage(String statusMessage)

      The message providing additional information about the MPA session status.

      Parameters:
      statusMessage - The message providing additional information about the MPA session status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.