Class CfnKnowledgeBasePropsMixin.RedshiftQueryEngineStorageConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnKnowledgeBasePropsMixin.RedshiftQueryEngineStorageConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnKnowledgeBasePropsMixin.RedshiftQueryEngineStorageConfigurationProperty>
- Enclosing interface:
CfnKnowledgeBasePropsMixin.RedshiftQueryEngineStorageConfigurationProperty
@Stability(Stable)
public static final class CfnKnowledgeBasePropsMixin.RedshiftQueryEngineStorageConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnKnowledgeBasePropsMixin.RedshiftQueryEngineStorageConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionawsDataCatalogConfiguration(CfnKnowledgeBasePropsMixin.RedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty awsDataCatalogConfiguration) awsDataCatalogConfiguration(IResolvable awsDataCatalogConfiguration) build()Builds the configured instance.redshiftConfiguration(CfnKnowledgeBasePropsMixin.RedshiftQueryEngineRedshiftStorageConfigurationProperty redshiftConfiguration) redshiftConfiguration(IResolvable redshiftConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
awsDataCatalogConfiguration
@Stability(Stable) public CfnKnowledgeBasePropsMixin.RedshiftQueryEngineStorageConfigurationProperty.Builder awsDataCatalogConfiguration(IResolvable awsDataCatalogConfiguration) Sets the value ofCfnKnowledgeBasePropsMixin.RedshiftQueryEngineStorageConfigurationProperty.getAwsDataCatalogConfiguration()- Parameters:
awsDataCatalogConfiguration- Specifies configurations for storage in AWS Glue Data Catalog.- Returns:
this
-
awsDataCatalogConfiguration
@Stability(Stable) public CfnKnowledgeBasePropsMixin.RedshiftQueryEngineStorageConfigurationProperty.Builder awsDataCatalogConfiguration(CfnKnowledgeBasePropsMixin.RedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty awsDataCatalogConfiguration) Sets the value ofCfnKnowledgeBasePropsMixin.RedshiftQueryEngineStorageConfigurationProperty.getAwsDataCatalogConfiguration()- Parameters:
awsDataCatalogConfiguration- Specifies configurations for storage in AWS Glue Data Catalog.- Returns:
this
-
redshiftConfiguration
@Stability(Stable) public CfnKnowledgeBasePropsMixin.RedshiftQueryEngineStorageConfigurationProperty.Builder redshiftConfiguration(IResolvable redshiftConfiguration) Sets the value ofCfnKnowledgeBasePropsMixin.RedshiftQueryEngineStorageConfigurationProperty.getRedshiftConfiguration()- Parameters:
redshiftConfiguration- Specifies configurations for storage in Amazon Redshift.- Returns:
this
-
redshiftConfiguration
@Stability(Stable) public CfnKnowledgeBasePropsMixin.RedshiftQueryEngineStorageConfigurationProperty.Builder redshiftConfiguration(CfnKnowledgeBasePropsMixin.RedshiftQueryEngineRedshiftStorageConfigurationProperty redshiftConfiguration) Sets the value ofCfnKnowledgeBasePropsMixin.RedshiftQueryEngineStorageConfigurationProperty.getRedshiftConfiguration()- Parameters:
redshiftConfiguration- Specifies configurations for storage in Amazon Redshift.- Returns:
this
-
type
@Stability(Stable) public CfnKnowledgeBasePropsMixin.RedshiftQueryEngineStorageConfigurationProperty.Builder type(String type) Sets the value ofCfnKnowledgeBasePropsMixin.RedshiftQueryEngineStorageConfigurationProperty.getType()- Parameters:
type- The data storage service to use.- Returns:
this
-
build
@Stability(Stable) public CfnKnowledgeBasePropsMixin.RedshiftQueryEngineStorageConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnKnowledgeBasePropsMixin.RedshiftQueryEngineStorageConfigurationProperty>- Returns:
- a new instance of
CfnKnowledgeBasePropsMixin.RedshiftQueryEngineStorageConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-