Class CfnSecurityConfigPropsMixin.IamIdentityCenterConfigOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.opensearchserverless.CfnSecurityConfigPropsMixin.IamIdentityCenterConfigOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSecurityConfigPropsMixin.IamIdentityCenterConfigOptionsProperty>
- Enclosing interface:
CfnSecurityConfigPropsMixin.IamIdentityCenterConfigOptionsProperty
@Stability(Stable)
public static final class CfnSecurityConfigPropsMixin.IamIdentityCenterConfigOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSecurityConfigPropsMixin.IamIdentityCenterConfigOptionsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplicationArn(String applicationArn) applicationDescription(String applicationDescription) applicationName(String applicationName) build()Builds the configured instance.groupAttribute(String groupAttribute) instanceArn(String instanceArn) userAttribute(String userAttribute)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
applicationArn
@Stability(Stable) public CfnSecurityConfigPropsMixin.IamIdentityCenterConfigOptionsProperty.Builder applicationArn(String applicationArn) Sets the value ofCfnSecurityConfigPropsMixin.IamIdentityCenterConfigOptionsProperty.getApplicationArn()- Parameters:
applicationArn- The ARN of the IAM Identity Center application used to integrate with OpenSearch Serverless.- Returns:
this
-
applicationDescription
@Stability(Stable) public CfnSecurityConfigPropsMixin.IamIdentityCenterConfigOptionsProperty.Builder applicationDescription(String applicationDescription) Sets the value ofCfnSecurityConfigPropsMixin.IamIdentityCenterConfigOptionsProperty.getApplicationDescription()- Parameters:
applicationDescription- The description of the IAM Identity Center application used to integrate with OpenSearch Serverless.- Returns:
this
-
applicationName
@Stability(Stable) public CfnSecurityConfigPropsMixin.IamIdentityCenterConfigOptionsProperty.Builder applicationName(String applicationName) Sets the value ofCfnSecurityConfigPropsMixin.IamIdentityCenterConfigOptionsProperty.getApplicationName()- Parameters:
applicationName- The name of the IAM Identity Center application used to integrate with OpenSearch Serverless.- Returns:
this
-
groupAttribute
@Stability(Stable) public CfnSecurityConfigPropsMixin.IamIdentityCenterConfigOptionsProperty.Builder groupAttribute(String groupAttribute) Sets the value ofCfnSecurityConfigPropsMixin.IamIdentityCenterConfigOptionsProperty.getGroupAttribute()- Parameters:
groupAttribute- The group attribute for this IAM Identity Center integration. Defaults toGroupId.- Returns:
this
-
instanceArn
@Stability(Stable) public CfnSecurityConfigPropsMixin.IamIdentityCenterConfigOptionsProperty.Builder instanceArn(String instanceArn) Sets the value ofCfnSecurityConfigPropsMixin.IamIdentityCenterConfigOptionsProperty.getInstanceArn()- Parameters:
instanceArn- The ARN of the IAM Identity Center instance used to integrate with OpenSearch Serverless.- Returns:
this
-
userAttribute
@Stability(Stable) public CfnSecurityConfigPropsMixin.IamIdentityCenterConfigOptionsProperty.Builder userAttribute(String userAttribute) Sets the value ofCfnSecurityConfigPropsMixin.IamIdentityCenterConfigOptionsProperty.getUserAttribute()- Parameters:
userAttribute- The user attribute for this IAM Identity Center integration. Defaults toUserId- Returns:
this
-
build
@Stability(Stable) public CfnSecurityConfigPropsMixin.IamIdentityCenterConfigOptionsProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSecurityConfigPropsMixin.IamIdentityCenterConfigOptionsProperty>- Returns:
- a new instance of
CfnSecurityConfigPropsMixin.IamIdentityCenterConfigOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-