public static interface S3BucketSource.Builder extends SdkPojo, CopyableBuilder<S3BucketSource.Builder,S3BucketSource>
Modifier and Type | Method and Description |
---|---|
S3BucketSource.Builder |
s3Bucket(String s3Bucket)
The S3 bucket that is being imported from.
|
S3BucketSource.Builder |
s3BucketOwner(String s3BucketOwner)
The account number of the S3 bucket that is being imported from.
|
S3BucketSource.Builder |
s3KeyPrefix(String s3KeyPrefix)
The key prefix shared by all S3 Objects that are being imported.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
S3BucketSource.Builder s3BucketOwner(String s3BucketOwner)
The account number of the S3 bucket that is being imported from. If the bucket is owned by the requester this is optional.
s3BucketOwner
- The account number of the S3 bucket that is being imported from. If the bucket is owned by the
requester this is optional.S3BucketSource.Builder s3Bucket(String s3Bucket)
The S3 bucket that is being imported from.
s3Bucket
- The S3 bucket that is being imported from.S3BucketSource.Builder s3KeyPrefix(String s3KeyPrefix)
The key prefix shared by all S3 Objects that are being imported.
s3KeyPrefix
- The key prefix shared by all S3 Objects that are being imported.Copyright © 2023. All rights reserved.