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