Interface IamFederationConfigOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IamFederationConfigOptions.Builder,
,IamFederationConfigOptions> SdkBuilder<IamFederationConfigOptions.Builder,
,IamFederationConfigOptions> SdkPojo
- Enclosing class:
IamFederationConfigOptions
@Mutable
@NotThreadSafe
public static interface IamFederationConfigOptions.Builder
extends SdkPojo, CopyableBuilder<IamFederationConfigOptions.Builder,IamFederationConfigOptions>
-
Method Summary
Modifier and TypeMethodDescriptiongroupAttribute
(String groupAttribute) The group attribute for this IAM federation integration.userAttribute
(String userAttribute) The user attribute for this IAM federation integration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-