Interface LatestRevokeRequest.Builder

  • Method Details

    • mpaSessionArn

      LatestRevokeRequest.Builder mpaSessionArn(String mpaSessionArn)

      The ARN of the MPA session associated with this revoke request.

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

      The current status of the revoke request.

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

      The current status of the revoke request.

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

      LatestRevokeRequest.Builder statusMessage(String statusMessage)

      A message describing the current status of the revoke request.

      Parameters:
      statusMessage - A message describing the current status of the revoke request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • initiationDate

      LatestRevokeRequest.Builder initiationDate(Instant initiationDate)

      The date and time when the revoke request was initiated.

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

      LatestRevokeRequest.Builder expiryDate(Instant expiryDate)

      The date and time when the revoke request will expire.

      Parameters:
      expiryDate - The date and time when the revoke request will expire.
      Returns:
      Returns a reference to this object so that method calls can be chained together.