Interface IamIdentityCenterConfigOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IamIdentityCenterConfigOptions.Builder,IamIdentityCenterConfigOptions>,SdkBuilder<IamIdentityCenterConfigOptions.Builder,IamIdentityCenterConfigOptions>,SdkPojo
- Enclosing class:
- IamIdentityCenterConfigOptions
public static interface IamIdentityCenterConfigOptions.Builder extends SdkPojo, CopyableBuilder<IamIdentityCenterConfigOptions.Builder,IamIdentityCenterConfigOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IamIdentityCenterConfigOptions.BuilderapplicationArn(String applicationArn)The ARN of the IAM Identity Center application used to integrate with OpenSearch Serverless.IamIdentityCenterConfigOptions.BuilderapplicationDescription(String applicationDescription)The description of the IAM Identity Center application used to integrate with OpenSearch Serverless.IamIdentityCenterConfigOptions.BuilderapplicationName(String applicationName)The name of the IAM Identity Center application used to integrate with OpenSearch Serverless.IamIdentityCenterConfigOptions.BuildergroupAttribute(String groupAttribute)The group attribute for this IAM Identity Center integration.IamIdentityCenterConfigOptions.BuildergroupAttribute(IamIdentityCenterGroupAttribute groupAttribute)The group attribute for this IAM Identity Center integration.IamIdentityCenterConfigOptions.BuilderinstanceArn(String instanceArn)The ARN of the IAM Identity Center instance used to integrate with OpenSearch Serverless.IamIdentityCenterConfigOptions.BuilderuserAttribute(String userAttribute)The user attribute for this IAM Identity Center integration.IamIdentityCenterConfigOptions.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
-
applicationArn
IamIdentityCenterConfigOptions.Builder applicationArn(String applicationArn)
The ARN of the IAM Identity Center application used to integrate with OpenSearch Serverless.
- Parameters:
applicationArn- The ARN of the IAM Identity Center application used to integrate with OpenSearch Serverless.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationDescription
IamIdentityCenterConfigOptions.Builder applicationDescription(String applicationDescription)
The description of the IAM Identity Center application used to integrate with OpenSearch Serverless.
- Parameters:
applicationDescription- The description of the IAM Identity Center application used to integrate with OpenSearch Serverless.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationName
IamIdentityCenterConfigOptions.Builder applicationName(String applicationName)
The name of the IAM Identity Center application used to integrate with OpenSearch Serverless.
- Parameters:
applicationName- The name of the IAM Identity Center application used to integrate with OpenSearch Serverless.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupAttribute
IamIdentityCenterConfigOptions.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
IamIdentityCenterConfigOptions.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
IamIdentityCenterConfigOptions.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
IamIdentityCenterConfigOptions.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
IamIdentityCenterConfigOptions.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
-
-