Class CfnKnowledgeBase.SupplementalDataStorageConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.bedrock.CfnKnowledgeBase.SupplementalDataStorageConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnKnowledgeBase.SupplementalDataStorageConfigurationProperty>
- Enclosing interface:
CfnKnowledgeBase.SupplementalDataStorageConfigurationProperty
@Stability(Stable)
public static final class CfnKnowledgeBase.SupplementalDataStorageConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnKnowledgeBase.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 CfnKnowledgeBase.SupplementalDataStorageConfigurationProperty.Builder supplementalDataStorageLocations(IResolvable supplementalDataStorageLocations) Sets the value ofCfnKnowledgeBase.SupplementalDataStorageConfigurationProperty.getSupplementalDataStorageLocations()- Parameters:
supplementalDataStorageLocations- List of supplemental data storage locations. This parameter is required.- Returns:
this
-
supplementalDataStorageLocations
@Stability(Stable) public CfnKnowledgeBase.SupplementalDataStorageConfigurationProperty.Builder supplementalDataStorageLocations(List<? extends Object> supplementalDataStorageLocations) Sets the value ofCfnKnowledgeBase.SupplementalDataStorageConfigurationProperty.getSupplementalDataStorageLocations()- Parameters:
supplementalDataStorageLocations- List of supplemental data storage locations. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnKnowledgeBase.SupplementalDataStorageConfigurationProperty>- Returns:
- a new instance of
CfnKnowledgeBase.SupplementalDataStorageConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-