Class CfnApplicationMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.opensearchservice.CfnApplicationMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationMixinProps>
- Enclosing interface:
CfnApplicationMixinProps
@Stability(Stable)
public static final class CfnApplicationMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationMixinProps>
A builder for
CfnApplicationMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappConfigs(List<? extends Object> appConfigs) Sets the value ofCfnApplicationMixinProps.getAppConfigs()appConfigs(IResolvable appConfigs) Sets the value ofCfnApplicationMixinProps.getAppConfigs()build()Builds the configured instance.dataSources(List<? extends Object> dataSources) Sets the value ofCfnApplicationMixinProps.getDataSources()dataSources(IResolvable dataSources) Sets the value ofCfnApplicationMixinProps.getDataSources()Sets the value ofCfnApplicationMixinProps.getEndpoint()iamIdentityCenterOptions(CfnApplicationPropsMixin.IamIdentityCenterOptionsProperty iamIdentityCenterOptions) Sets the value ofCfnApplicationMixinProps.getIamIdentityCenterOptions()iamIdentityCenterOptions(IResolvable iamIdentityCenterOptions) Sets the value ofCfnApplicationMixinProps.getIamIdentityCenterOptions()Sets the value ofCfnApplicationMixinProps.getKmsKeyArn()Sets the value ofCfnApplicationMixinProps.getName()Sets the value ofCfnApplicationMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
appConfigs
Sets the value ofCfnApplicationMixinProps.getAppConfigs()- Parameters:
appConfigs- List of application configurations.- Returns:
this
-
appConfigs
@Stability(Stable) public CfnApplicationMixinProps.Builder appConfigs(List<? extends Object> appConfigs) Sets the value ofCfnApplicationMixinProps.getAppConfigs()- Parameters:
appConfigs- List of application configurations.- Returns:
this
-
dataSources
Sets the value ofCfnApplicationMixinProps.getDataSources()- Parameters:
dataSources- List of data sources.- Returns:
this
-
dataSources
@Stability(Stable) public CfnApplicationMixinProps.Builder dataSources(List<? extends Object> dataSources) Sets the value ofCfnApplicationMixinProps.getDataSources()- Parameters:
dataSources- List of data sources.- Returns:
this
-
endpoint
Sets the value ofCfnApplicationMixinProps.getEndpoint()- Parameters:
endpoint- The endpoint URL of an OpenSearch application.- Returns:
this
-
iamIdentityCenterOptions
@Stability(Stable) public CfnApplicationMixinProps.Builder iamIdentityCenterOptions(IResolvable iamIdentityCenterOptions) Sets the value ofCfnApplicationMixinProps.getIamIdentityCenterOptions()- Parameters:
iamIdentityCenterOptions- Settings container for integrating IAM Identity Center with OpenSearch UI applications, which enables enabling secure user authentication and access control across multiple data sources. This setup supports single sign-on (SSO) through IAM Identity Center, allowing centralized user management.- Returns:
this
-
iamIdentityCenterOptions
@Stability(Stable) public CfnApplicationMixinProps.Builder iamIdentityCenterOptions(CfnApplicationPropsMixin.IamIdentityCenterOptionsProperty iamIdentityCenterOptions) Sets the value ofCfnApplicationMixinProps.getIamIdentityCenterOptions()- Parameters:
iamIdentityCenterOptions- Settings container for integrating IAM Identity Center with OpenSearch UI applications, which enables enabling secure user authentication and access control across multiple data sources. This setup supports single sign-on (SSO) through IAM Identity Center, allowing centralized user management.- Returns:
this
-
kmsKeyArn
Sets the value ofCfnApplicationMixinProps.getKmsKeyArn()- Parameters:
kmsKeyArn- The ARN of the KMS key used to encrypt the application.- Returns:
this
-
name
Sets the value ofCfnApplicationMixinProps.getName()- Parameters:
name- The name of an OpenSearch application.- Returns:
this
-
tags
Sets the value ofCfnApplicationMixinProps.getTags()- Parameters:
tags- An arbitrary set of tags (key-value pairs) for this application.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApplicationMixinProps>- Returns:
- a new instance of
CfnApplicationMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-