public static interface AnalyticsS3BucketDestination.Builder extends SdkPojo, 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)
Specifies the file format used when exporting data to Amazon S3.
|
AnalyticsS3BucketDestination.Builder |
format(String format)
Specifies the file format used when exporting data to Amazon S3.
|
AnalyticsS3BucketDestination.Builder |
prefix(String prefix)
The prefix to use when exporting data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnalyticsS3BucketDestination.Builder format(String format)
Specifies the file format used when exporting data to Amazon S3.
format - Specifies the file format used when exporting data to Amazon S3.AnalyticsS3ExportFileFormat,
AnalyticsS3ExportFileFormatAnalyticsS3BucketDestination.Builder format(AnalyticsS3ExportFileFormat format)
Specifies the file format used when exporting data to Amazon S3.
format - Specifies the file format used when exporting data to Amazon S3.AnalyticsS3ExportFileFormat,
AnalyticsS3ExportFileFormatAnalyticsS3BucketDestination.Builder bucketAccountId(String 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.
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)
The Amazon Resource Name (ARN) of the bucket to which data is exported.
bucket - The Amazon Resource Name (ARN) of the bucket to which data is exported.AnalyticsS3BucketDestination.Builder prefix(String prefix)
The prefix to use when exporting data. The prefix is prepended to all results.
prefix - The prefix to use when exporting data. The prefix is prepended to all results.Copyright © 2020. All rights reserved.