Class CfnKnowledgeBasePropsMixin.SupplementalDataStorageLocationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnKnowledgeBasePropsMixin.SupplementalDataStorageLocationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnKnowledgeBasePropsMixin.SupplementalDataStorageLocationProperty>
- Enclosing interface:
CfnKnowledgeBasePropsMixin.SupplementalDataStorageLocationProperty
@Stability(Stable)
public static final class CfnKnowledgeBasePropsMixin.SupplementalDataStorageLocationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnKnowledgeBasePropsMixin.SupplementalDataStorageLocationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.s3Location(IResolvable s3Location) supplementalDataStorageLocationType(String supplementalDataStorageLocationType)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3Location
@Stability(Stable) public CfnKnowledgeBasePropsMixin.SupplementalDataStorageLocationProperty.Builder s3Location(IResolvable s3Location) Sets the value ofCfnKnowledgeBasePropsMixin.SupplementalDataStorageLocationProperty.getS3Location()- Parameters:
s3Location- Contains information about the Amazon S3 location for the extracted multimedia content.- Returns:
this
-
s3Location
@Stability(Stable) public CfnKnowledgeBasePropsMixin.SupplementalDataStorageLocationProperty.Builder s3Location(CfnKnowledgeBasePropsMixin.S3LocationProperty s3Location) Sets the value ofCfnKnowledgeBasePropsMixin.SupplementalDataStorageLocationProperty.getS3Location()- Parameters:
s3Location- Contains information about the Amazon S3 location for the extracted multimedia content.- Returns:
this
-
supplementalDataStorageLocationType
@Stability(Stable) public CfnKnowledgeBasePropsMixin.SupplementalDataStorageLocationProperty.Builder supplementalDataStorageLocationType(String supplementalDataStorageLocationType) Sets the value ofCfnKnowledgeBasePropsMixin.SupplementalDataStorageLocationProperty.getSupplementalDataStorageLocationType()- Parameters:
supplementalDataStorageLocationType- Supplemental data storage location type.- Returns:
this
-
build
@Stability(Stable) public CfnKnowledgeBasePropsMixin.SupplementalDataStorageLocationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnKnowledgeBasePropsMixin.SupplementalDataStorageLocationProperty>- Returns:
- a new instance of
CfnKnowledgeBasePropsMixin.SupplementalDataStorageLocationProperty - Throws:
NullPointerException- if any required attribute was not provided
-