Class CfnKnowledgeBasePropsMixin.SupplementalDataStorageConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnKnowledgeBasePropsMixin.SupplementalDataStorageConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnKnowledgeBasePropsMixin.SupplementalDataStorageConfigurationProperty>
- Enclosing interface:
CfnKnowledgeBasePropsMixin.SupplementalDataStorageConfigurationProperty
@Stability(Stable)
public static final class CfnKnowledgeBasePropsMixin.SupplementalDataStorageConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnKnowledgeBasePropsMixin.SupplementalDataStorageConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.supplementalDataStorageLocations(List<? extends Object> supplementalDataStorageLocations) supplementalDataStorageLocations(IResolvable supplementalDataStorageLocations)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
supplementalDataStorageLocations
@Stability(Stable) public CfnKnowledgeBasePropsMixin.SupplementalDataStorageConfigurationProperty.Builder supplementalDataStorageLocations(IResolvable supplementalDataStorageLocations) Sets the value ofCfnKnowledgeBasePropsMixin.SupplementalDataStorageConfigurationProperty.getSupplementalDataStorageLocations()- Parameters:
supplementalDataStorageLocations- List of supplemental data storage locations.- Returns:
this
-
supplementalDataStorageLocations
@Stability(Stable) public CfnKnowledgeBasePropsMixin.SupplementalDataStorageConfigurationProperty.Builder supplementalDataStorageLocations(List<? extends Object> supplementalDataStorageLocations) Sets the value ofCfnKnowledgeBasePropsMixin.SupplementalDataStorageConfigurationProperty.getSupplementalDataStorageLocations()- Parameters:
supplementalDataStorageLocations- List of supplemental data storage locations.- Returns:
this
-
build
@Stability(Stable) public CfnKnowledgeBasePropsMixin.SupplementalDataStorageConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnKnowledgeBasePropsMixin.SupplementalDataStorageConfigurationProperty>- Returns:
- a new instance of
CfnKnowledgeBasePropsMixin.SupplementalDataStorageConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-