Class CfnDataSourcePropsMixin.ConfluenceSourceConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnDataSourcePropsMixin.ConfluenceSourceConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSourcePropsMixin.ConfluenceSourceConfigurationProperty>
- Enclosing interface:
CfnDataSourcePropsMixin.ConfluenceSourceConfigurationProperty
@Stability(Stable)
public static final class CfnDataSourcePropsMixin.ConfluenceSourceConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSourcePropsMixin.ConfluenceSourceConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.credentialsSecretArn(String credentialsSecretArn)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
authType
@Stability(Stable) public CfnDataSourcePropsMixin.ConfluenceSourceConfigurationProperty.Builder authType(String authType) - Parameters:
authType- The supported authentication type to authenticate and connect to your Confluence instance.- Returns:
this
-
credentialsSecretArn
@Stability(Stable) public CfnDataSourcePropsMixin.ConfluenceSourceConfigurationProperty.Builder credentialsSecretArn(String credentialsSecretArn) Sets the value ofCfnDataSourcePropsMixin.ConfluenceSourceConfigurationProperty.getCredentialsSecretArn()- Parameters:
credentialsSecretArn- The Amazon Resource Name of an AWS Secrets Manager secret that stores your authentication credentials for your Confluence instance URL. For more information on the key-value pairs that must be included in your secret, depending on your authentication type, see Confluence connection configuration .- Returns:
this
-
hostType
@Stability(Stable) public CfnDataSourcePropsMixin.ConfluenceSourceConfigurationProperty.Builder hostType(String hostType) - Parameters:
hostType- The supported host type, whether online/cloud or server/on-premises.- Returns:
this
-
hostUrl
@Stability(Stable) public CfnDataSourcePropsMixin.ConfluenceSourceConfigurationProperty.Builder hostUrl(String hostUrl) - Parameters:
hostUrl- The Confluence host URL or instance URL.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSourcePropsMixin.ConfluenceSourceConfigurationProperty>- Returns:
- a new instance of
CfnDataSourcePropsMixin.ConfluenceSourceConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-