public static interface AnalyticsS3BucketDestination.Builder extends CopyableBuilder<AnalyticsS3BucketDestination.Builder,AnalyticsS3BucketDestination>
| Modifier and Type | Method and Description |
|---|---|
AnalyticsS3BucketDestination.Builder |
bucket(String bucket)
The Amazon resource name (ARN) of the bucket to which data is exported.
|
AnalyticsS3BucketDestination.Builder |
bucketAccountId(String bucketAccountId)
The account ID that owns the destination bucket.
|
AnalyticsS3BucketDestination.Builder |
format(AnalyticsS3ExportFileFormat format)
The file format used when exporting data to Amazon S3.
|
AnalyticsS3BucketDestination.Builder |
format(String format)
The file format used when exporting data to Amazon S3.
|
AnalyticsS3BucketDestination.Builder |
prefix(String prefix)
The prefix to use when exporting data.
|
copyapply, buildAnalyticsS3BucketDestination.Builder format(String format)
format - The file format used when exporting data to Amazon S3.AnalyticsS3ExportFileFormat,
AnalyticsS3ExportFileFormatAnalyticsS3BucketDestination.Builder format(AnalyticsS3ExportFileFormat format)
format - The file format used when exporting data to Amazon S3.AnalyticsS3ExportFileFormat,
AnalyticsS3ExportFileFormatAnalyticsS3BucketDestination.Builder bucketAccountId(String bucketAccountId)
bucketAccountId - The account ID that owns the destination bucket. If no account ID is provided, the owner will not be
validated prior to exporting data.AnalyticsS3BucketDestination.Builder bucket(String bucket)
bucket - The Amazon resource name (ARN) of the bucket to which data is exported.AnalyticsS3BucketDestination.Builder prefix(String prefix)
prefix - The prefix to use when exporting data. The exported data begins with this prefix.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.