Interface IAMFederationOptionsInput.Builder

  • Method Details

    • enabled

      True to enable IAM federation authentication for a domain.

      Parameters:
      enabled - True to enable IAM federation authentication for a domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subjectKey

      IAMFederationOptionsInput.Builder subjectKey(String subjectKey)

      Element of the IAM federation assertion to use for the user name. Default is sub.

      Parameters:
      subjectKey - Element of the IAM federation assertion to use for the user name. Default is sub.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • rolesKey

      Element of the IAM federation assertion to use for backend roles. Default is roles.

      Parameters:
      rolesKey - Element of the IAM federation assertion to use for backend roles. Default is roles.
      Returns:
      Returns a reference to this object so that method calls can be chained together.