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
Modifier and TypeMethodDescriptionDepending 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
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
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.
 
 
 -