Interface S3DataSource.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<S3DataSource.Builder,S3DataSource>,SdkBuilder<S3DataSource.Builder,S3DataSource>,SdkPojo
- Enclosing class:
- S3DataSource
public static interface S3DataSource.Builder extends SdkPojo, CopyableBuilder<S3DataSource.Builder,S3DataSource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3DataSource.Builders3Uri(String s3Uri)Depending on the value specified for theS3DataType, identifies either a key name prefix or a manifest that locates the S3 data source.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
s3Uri
S3DataSource.Builder s3Uri(String s3Uri)
Depending on the value specified for the
S3DataType, identifies either a key name prefix or a manifest that locates the S3 data source.- Parameters:
s3Uri- Depending on the value specified for theS3DataType, identifies either a key name prefix or a manifest that locates the S3 data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-