Interface CreateIamIdentityCenterConfigOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CreateIamIdentityCenterConfigOptions.Builder,CreateIamIdentityCenterConfigOptions>,SdkBuilder<CreateIamIdentityCenterConfigOptions.Builder,CreateIamIdentityCenterConfigOptions>,SdkPojo
- Enclosing class:
- CreateIamIdentityCenterConfigOptions
public static interface CreateIamIdentityCenterConfigOptions.Builder extends SdkPojo, CopyableBuilder<CreateIamIdentityCenterConfigOptions.Builder,CreateIamIdentityCenterConfigOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateIamIdentityCenterConfigOptions.BuildergroupAttribute(String groupAttribute)The group attribute for this IAM Identity Center integration.CreateIamIdentityCenterConfigOptions.BuildergroupAttribute(IamIdentityCenterGroupAttribute groupAttribute)The group attribute for this IAM Identity Center integration.CreateIamIdentityCenterConfigOptions.BuilderinstanceArn(String instanceArn)The ARN of the IAM Identity Center instance used to integrate with OpenSearch Serverless.CreateIamIdentityCenterConfigOptions.BuilderuserAttribute(String userAttribute)The user attribute for this IAM Identity Center integration.CreateIamIdentityCenterConfigOptions.BuilderuserAttribute(IamIdentityCenterUserAttribute userAttribute)The user attribute for this IAM Identity Center 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 Detail
-
groupAttribute
CreateIamIdentityCenterConfigOptions.Builder groupAttribute(String groupAttribute)
The group attribute for this IAM Identity Center integration. Defaults to
GroupId.- Parameters:
groupAttribute- The group attribute for this IAM Identity Center integration. Defaults toGroupId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IamIdentityCenterGroupAttribute,IamIdentityCenterGroupAttribute
-
groupAttribute
CreateIamIdentityCenterConfigOptions.Builder groupAttribute(IamIdentityCenterGroupAttribute groupAttribute)
The group attribute for this IAM Identity Center integration. Defaults to
GroupId.- Parameters:
groupAttribute- The group attribute for this IAM Identity Center integration. Defaults toGroupId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IamIdentityCenterGroupAttribute,IamIdentityCenterGroupAttribute
-
instanceArn
CreateIamIdentityCenterConfigOptions.Builder instanceArn(String instanceArn)
The ARN of the IAM Identity Center instance used to integrate with OpenSearch Serverless.
- Parameters:
instanceArn- The ARN of the IAM Identity Center instance used to integrate with OpenSearch Serverless.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userAttribute
CreateIamIdentityCenterConfigOptions.Builder userAttribute(String userAttribute)
The user attribute for this IAM Identity Center integration. Defaults to
UserId.- Parameters:
userAttribute- The user attribute for this IAM Identity Center integration. Defaults toUserId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IamIdentityCenterUserAttribute,IamIdentityCenterUserAttribute
-
userAttribute
CreateIamIdentityCenterConfigOptions.Builder userAttribute(IamIdentityCenterUserAttribute userAttribute)
The user attribute for this IAM Identity Center integration. Defaults to
UserId.- Parameters:
userAttribute- The user attribute for this IAM Identity Center integration. Defaults toUserId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IamIdentityCenterUserAttribute,IamIdentityCenterUserAttribute
-
-