Interface IAMFederationOptionsInput.Builder

  • Method Details

    • enabled

      Specifies whether IAM identity federation is enabled for the OpenSearch domain.

      Parameters:
      enabled - Specifies whether IAM identity federation is enabled for the OpenSearch domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subjectKey

      IAMFederationOptionsInput.Builder subjectKey(String subjectKey)

      The key in the SAML assertion that contains the user's subject identifier.

      Parameters:
      subjectKey - The key in the SAML assertion that contains the user's subject identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • rolesKey

      The key in the SAML assertion that contains the user's role information.

      Parameters:
      rolesKey - The key in the SAML assertion that contains the user's role information.
      Returns:
      Returns a reference to this object so that method calls can be chained together.