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 S3 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, sdkFields
copy
applyMutation, build
AnalyticsS3BucketDestination.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
,
AnalyticsS3ExportFileFormat
AnalyticsS3BucketDestination.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
,
AnalyticsS3ExportFileFormat
AnalyticsS3BucketDestination.Builder bucketAccountId(String bucketAccountId)
The account ID that owns the destination S3 bucket. If no account ID is provided, the owner is not validated before exporting data.
Although this value is optional, we strongly recommend that you set it to help prevent problems if the destination bucket ownership changes.
bucketAccountId
- The account ID that owns the destination S3 bucket. If no account ID is provided, the owner is not
validated before exporting data. Although this value is optional, we strongly recommend that you set it to help prevent problems if the destination bucket ownership changes.
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.