Class CfnSecurityConfigMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.opensearchserverless.CfnSecurityConfigMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSecurityConfigMixinProps>
- Enclosing interface:
CfnSecurityConfigMixinProps
@Stability(Stable)
public static final class CfnSecurityConfigMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSecurityConfigMixinProps>
A builder for
CfnSecurityConfigMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnSecurityConfigMixinProps.getDescription()iamFederationOptions(CfnSecurityConfigPropsMixin.IamFederationConfigOptionsProperty iamFederationOptions) Sets the value ofCfnSecurityConfigMixinProps.getIamFederationOptions()iamFederationOptions(IResolvable iamFederationOptions) Sets the value ofCfnSecurityConfigMixinProps.getIamFederationOptions()iamIdentityCenterOptions(CfnSecurityConfigPropsMixin.IamIdentityCenterConfigOptionsProperty iamIdentityCenterOptions) Sets the value ofCfnSecurityConfigMixinProps.getIamIdentityCenterOptions()iamIdentityCenterOptions(IResolvable iamIdentityCenterOptions) Sets the value ofCfnSecurityConfigMixinProps.getIamIdentityCenterOptions()Sets the value ofCfnSecurityConfigMixinProps.getName()Sets the value ofCfnSecurityConfigMixinProps.getSamlOptions()samlOptions(IResolvable samlOptions) Sets the value ofCfnSecurityConfigMixinProps.getSamlOptions()Sets the value ofCfnSecurityConfigMixinProps.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
Sets the value ofCfnSecurityConfigMixinProps.getDescription()- Parameters:
description- The description of the security configuration.- Returns:
this
-
iamFederationOptions
@Stability(Stable) public CfnSecurityConfigMixinProps.Builder iamFederationOptions(IResolvable iamFederationOptions) Sets the value ofCfnSecurityConfigMixinProps.getIamFederationOptions()- Parameters:
iamFederationOptions- Describes IAM federation options in the form of a key-value map. Contains configuration details about how OpenSearch Serverless integrates with external identity providers through federation.- Returns:
this
-
iamFederationOptions
@Stability(Stable) public CfnSecurityConfigMixinProps.Builder iamFederationOptions(CfnSecurityConfigPropsMixin.IamFederationConfigOptionsProperty iamFederationOptions) Sets the value ofCfnSecurityConfigMixinProps.getIamFederationOptions()- Parameters:
iamFederationOptions- Describes IAM federation options in the form of a key-value map. Contains configuration details about how OpenSearch Serverless integrates with external identity providers through federation.- Returns:
this
-
iamIdentityCenterOptions
@Stability(Stable) public CfnSecurityConfigMixinProps.Builder iamIdentityCenterOptions(IResolvable iamIdentityCenterOptions) Sets the value ofCfnSecurityConfigMixinProps.getIamIdentityCenterOptions()- Parameters:
iamIdentityCenterOptions- Describes IAM Identity Center options in the form of a key-value map.- Returns:
this
-
iamIdentityCenterOptions
@Stability(Stable) public CfnSecurityConfigMixinProps.Builder iamIdentityCenterOptions(CfnSecurityConfigPropsMixin.IamIdentityCenterConfigOptionsProperty iamIdentityCenterOptions) Sets the value ofCfnSecurityConfigMixinProps.getIamIdentityCenterOptions()- Parameters:
iamIdentityCenterOptions- Describes IAM Identity Center options in the form of a key-value map.- Returns:
this
-
name
Sets the value ofCfnSecurityConfigMixinProps.getName()- Parameters:
name- The name of the security configuration.- Returns:
this
-
samlOptions
Sets the value ofCfnSecurityConfigMixinProps.getSamlOptions()- Parameters:
samlOptions- SAML options for the security configuration in the form of a key-value map.- Returns:
this
-
samlOptions
@Stability(Stable) public CfnSecurityConfigMixinProps.Builder samlOptions(CfnSecurityConfigPropsMixin.SamlConfigOptionsProperty samlOptions) Sets the value ofCfnSecurityConfigMixinProps.getSamlOptions()- Parameters:
samlOptions- SAML options for the security configuration in the form of a key-value map.- Returns:
this
-
type
Sets the value ofCfnSecurityConfigMixinProps.getType()- Parameters:
type- The type of security configuration. Currently the only option issaml.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSecurityConfigMixinProps>- Returns:
- a new instance of
CfnSecurityConfigMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-