Interface S3Source.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<S3Source.Builder,,S3Source> SdkBuilder<S3Source.Builder,,S3Source> SdkPojo
- Enclosing class:
S3Source
@Mutable
@NotThreadSafe
public static interface S3Source.Builder
extends SdkPojo, CopyableBuilder<S3Source.Builder,S3Source>
-
Method Summary
Modifier and TypeMethodDescriptionS3 URI of the JSONL file (e.g.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
s3Uri
S3 URI of the JSONL file (e.g. s3://my-bucket/path/to/examples.jsonl).
- Parameters:
s3Uri- S3 URI of the JSONL file (e.g. s3://my-bucket/path/to/examples.jsonl).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-