public static interface ResourceDataSyncS3Destination.Builder extends CopyableBuilder<ResourceDataSyncS3Destination.Builder,ResourceDataSyncS3Destination>
| Modifier and Type | Method and Description |
|---|---|
ResourceDataSyncS3Destination.Builder |
awskmsKeyARN(String awskmsKeyARN)
The ARN of an encryption key for a destination in Amazon S3.
|
ResourceDataSyncS3Destination.Builder |
bucketName(String bucketName)
The name of the Amazon S3 bucket where the aggregated data is stored.
|
ResourceDataSyncS3Destination.Builder |
prefix(String prefix)
An Amazon S3 prefix for the bucket.
|
ResourceDataSyncS3Destination.Builder |
region(String region)
The AWS Region with the Amazon S3 bucket targeted by the Resource Data Sync.
|
ResourceDataSyncS3Destination.Builder |
syncFormat(ResourceDataSyncS3Format syncFormat)
A supported sync format.
|
ResourceDataSyncS3Destination.Builder |
syncFormat(String syncFormat)
A supported sync format.
|
copyapply, buildResourceDataSyncS3Destination.Builder bucketName(String bucketName)
The name of the Amazon S3 bucket where the aggregated data is stored.
bucketName - The name of the Amazon S3 bucket where the aggregated data is stored.ResourceDataSyncS3Destination.Builder prefix(String prefix)
An Amazon S3 prefix for the bucket.
prefix - An Amazon S3 prefix for the bucket.ResourceDataSyncS3Destination.Builder syncFormat(String syncFormat)
A supported sync format. The following format is currently supported: JsonSerDe
syncFormat - A supported sync format. The following format is currently supported: JsonSerDeResourceDataSyncS3Format,
ResourceDataSyncS3FormatResourceDataSyncS3Destination.Builder syncFormat(ResourceDataSyncS3Format syncFormat)
A supported sync format. The following format is currently supported: JsonSerDe
syncFormat - A supported sync format. The following format is currently supported: JsonSerDeResourceDataSyncS3Format,
ResourceDataSyncS3FormatResourceDataSyncS3Destination.Builder region(String region)
The AWS Region with the Amazon S3 bucket targeted by the Resource Data Sync.
region - The AWS Region with the Amazon S3 bucket targeted by the Resource Data Sync.ResourceDataSyncS3Destination.Builder awskmsKeyARN(String awskmsKeyARN)
The ARN of an encryption key for a destination in Amazon S3. Must belong to the same region as the destination Amazon S3 bucket.
awskmsKeyARN - The ARN of an encryption key for a destination in Amazon S3. Must belong to the same region as the
destination Amazon S3 bucket.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.