Interface IamFederationConfigOptions.Builder

  • Method Details

    • groupAttribute

      IamFederationConfigOptions.Builder groupAttribute(String groupAttribute)

      The group attribute for this IAM federation integration. This attribute is used to map identity provider groups to OpenSearch Serverless permissions.

      Parameters:
      groupAttribute - The group attribute for this IAM federation integration. This attribute is used to map identity provider groups to OpenSearch Serverless permissions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userAttribute

      IamFederationConfigOptions.Builder userAttribute(String userAttribute)

      The user attribute for this IAM federation integration. This attribute is used to identify users in the federated authentication process.

      Parameters:
      userAttribute - The user attribute for this IAM federation integration. This attribute is used to identify users in the federated authentication process.
      Returns:
      Returns a reference to this object so that method calls can be chained together.