public static interface S3SourceProperties.Builder extends SdkPojo, CopyableBuilder<S3SourceProperties.Builder,S3SourceProperties>
Modifier and Type | Method and Description |
---|---|
S3SourceProperties.Builder |
bucketName(String bucketName)
The Amazon S3 bucket name where the source files are stored.
|
S3SourceProperties.Builder |
bucketPrefix(String bucketPrefix)
The object key for the Amazon S3 bucket in which the source files are stored.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
S3SourceProperties.Builder bucketName(String bucketName)
The Amazon S3 bucket name where the source files are stored.
bucketName
- The Amazon S3 bucket name where the source files are stored.S3SourceProperties.Builder bucketPrefix(String bucketPrefix)
The object key for the Amazon S3 bucket in which the source files are stored.
bucketPrefix
- The object key for the Amazon S3 bucket in which the source files are stored.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.