Class CfnKnowledgeBase.RedshiftQueryEngineRedshiftStorageConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.bedrock.CfnKnowledgeBase.RedshiftQueryEngineRedshiftStorageConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnKnowledgeBase.RedshiftQueryEngineRedshiftStorageConfigurationProperty>
- Enclosing interface:
CfnKnowledgeBase.RedshiftQueryEngineRedshiftStorageConfigurationProperty
@Stability(Stable)
public static final class CfnKnowledgeBase.RedshiftQueryEngineRedshiftStorageConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnKnowledgeBase.RedshiftQueryEngineRedshiftStorageConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.databaseName(String databaseName)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
databaseName
@Stability(Stable) public CfnKnowledgeBase.RedshiftQueryEngineRedshiftStorageConfigurationProperty.Builder databaseName(String databaseName) Sets the value ofCfnKnowledgeBase.RedshiftQueryEngineRedshiftStorageConfigurationProperty.getDatabaseName()- Parameters:
databaseName- The name of the Amazon Redshift database. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public CfnKnowledgeBase.RedshiftQueryEngineRedshiftStorageConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnKnowledgeBase.RedshiftQueryEngineRedshiftStorageConfigurationProperty>- Returns:
- a new instance of
CfnKnowledgeBase.RedshiftQueryEngineRedshiftStorageConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-