Class CfnDatasetPropsMixin.S3SourceProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnDatasetPropsMixin.S3SourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDatasetPropsMixin.S3SourceProperty>
- Enclosing interface:
CfnDatasetPropsMixin.S3SourceProperty
@Stability(Stable)
public static final class CfnDatasetPropsMixin.S3SourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDatasetPropsMixin.S3SourceProperty>
A builder for
CfnDatasetPropsMixin.S3SourceProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDatasetPropsMixin.S3SourceProperty.getS3Uri()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3Uri
Sets the value ofCfnDatasetPropsMixin.S3SourceProperty.getS3Uri()- Parameters:
s3Uri- S3 URI of the JSONL file (e.g. s3://my-bucket/path/to/examples.jsonl).- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDatasetPropsMixin.S3SourceProperty>- Returns:
- a new instance of
CfnDatasetPropsMixin.S3SourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-