Class CfnApplicationProps.Builder
java.lang.Object
software.amazon.awscdk.services.opensearchservice.CfnApplicationProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationProps>
- Enclosing interface:
CfnApplicationProps
@Stability(Stable)
public static final class CfnApplicationProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationProps>
A builder for
CfnApplicationProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappConfigs(List<? extends Object> appConfigs) Sets the value ofCfnApplicationProps.getAppConfigs()appConfigs(IResolvable appConfigs) Sets the value ofCfnApplicationProps.getAppConfigs()build()Builds the configured instance.dataSources(List<? extends Object> dataSources) Sets the value ofCfnApplicationProps.getDataSources()dataSources(IResolvable dataSources) Sets the value ofCfnApplicationProps.getDataSources()Sets the value ofCfnApplicationProps.getEndpoint()iamIdentityCenterOptions(IResolvable iamIdentityCenterOptions) Sets the value ofCfnApplicationProps.getIamIdentityCenterOptions()iamIdentityCenterOptions(CfnApplication.IamIdentityCenterOptionsProperty iamIdentityCenterOptions) Sets the value ofCfnApplicationProps.getIamIdentityCenterOptions()Sets the value ofCfnApplicationProps.getName()Sets the value ofCfnApplicationProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnApplicationProps.getName()- Parameters:
name- The name of an OpenSearch application. This parameter is required.- Returns:
this
-
appConfigs
Sets the value ofCfnApplicationProps.getAppConfigs()- Parameters:
appConfigs- List of application configurations.- Returns:
this
-
appConfigs
Sets the value ofCfnApplicationProps.getAppConfigs()- Parameters:
appConfigs- List of application configurations.- Returns:
this
-
dataSources
Sets the value ofCfnApplicationProps.getDataSources()- Parameters:
dataSources- List of data sources.- Returns:
this
-
dataSources
@Stability(Stable) public CfnApplicationProps.Builder dataSources(List<? extends Object> dataSources) Sets the value ofCfnApplicationProps.getDataSources()- Parameters:
dataSources- List of data sources.- Returns:
this
-
endpoint
Sets the value ofCfnApplicationProps.getEndpoint()- Parameters:
endpoint- The endpoint URL of an OpenSearch application.- Returns:
this
-
iamIdentityCenterOptions
@Stability(Stable) public CfnApplicationProps.Builder iamIdentityCenterOptions(IResolvable iamIdentityCenterOptions) Sets the value ofCfnApplicationProps.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 CfnApplicationProps.Builder iamIdentityCenterOptions(CfnApplication.IamIdentityCenterOptionsProperty iamIdentityCenterOptions) Sets the value ofCfnApplicationProps.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
-
tags
Sets the value ofCfnApplicationProps.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<CfnApplicationProps>- Returns:
- a new instance of
CfnApplicationProps - Throws:
NullPointerException- if any required attribute was not provided
-