public static interface ExportTaskS3LocationRequest.Builder extends SdkPojo, CopyableBuilder<ExportTaskS3LocationRequest.Builder,ExportTaskS3LocationRequest>
Modifier and Type | Method and Description |
---|---|
ExportTaskS3LocationRequest.Builder |
s3Bucket(String s3Bucket)
The destination Amazon S3 bucket.
|
ExportTaskS3LocationRequest.Builder |
s3Prefix(String s3Prefix)
The prefix (logical hierarchy) in the bucket.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ExportTaskS3LocationRequest.Builder s3Bucket(String s3Bucket)
The destination Amazon S3 bucket.
s3Bucket
- The destination Amazon S3 bucket.ExportTaskS3LocationRequest.Builder s3Prefix(String s3Prefix)
The prefix (logical hierarchy) in the bucket.
s3Prefix
- The prefix (logical hierarchy) in the bucket.Copyright © 2021. All rights reserved.