Interface S3SourceProperties.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<S3SourceProperties.Builder,,- S3SourceProperties> - SdkBuilder<S3SourceProperties.Builder,,- S3SourceProperties> - SdkPojo
- Enclosing class:
- S3SourceProperties
@Mutable
@NotThreadSafe
public static interface S3SourceProperties.Builder
extends SdkPojo, CopyableBuilder<S3SourceProperties.Builder,S3SourceProperties> 
- 
Method SummaryModifier and TypeMethodDescriptionbucketName(String bucketName) The Amazon S3 bucket name where the source files are stored.bucketPrefix(String bucketPrefix) The object key for the Amazon S3 bucket in which the source files are stored.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
bucketNameThe Amazon S3 bucket name where the source files are stored. - Parameters:
- bucketName- The Amazon S3 bucket name where the source files are stored.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
bucketPrefixThe object key for the Amazon S3 bucket in which the source files are stored. - Parameters:
- bucketPrefix- The object key for the Amazon S3 bucket in which the source files are stored.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-