@Stability(value=Stable) public static final class CfnResourceDataSync.S3DestinationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnResourceDataSync.S3DestinationProperty>
CfnResourceDataSync.S3DestinationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnResourceDataSync.S3DestinationProperty.Builder |
bucketName(String bucketName)
Sets the value of
CfnResourceDataSync.S3DestinationProperty.getBucketName() |
CfnResourceDataSync.S3DestinationProperty.Builder |
bucketPrefix(String bucketPrefix)
Sets the value of
CfnResourceDataSync.S3DestinationProperty.getBucketPrefix() |
CfnResourceDataSync.S3DestinationProperty.Builder |
bucketRegion(String bucketRegion)
Sets the value of
CfnResourceDataSync.S3DestinationProperty.getBucketRegion() |
CfnResourceDataSync.S3DestinationProperty |
build()
Builds the configured instance.
|
CfnResourceDataSync.S3DestinationProperty.Builder |
kmsKeyArn(String kmsKeyArn)
Sets the value of
CfnResourceDataSync.S3DestinationProperty.getKmsKeyArn() |
CfnResourceDataSync.S3DestinationProperty.Builder |
syncFormat(String syncFormat)
Sets the value of
CfnResourceDataSync.S3DestinationProperty.getSyncFormat() |
@Stability(value=Stable) public CfnResourceDataSync.S3DestinationProperty.Builder bucketName(String bucketName)
CfnResourceDataSync.S3DestinationProperty.getBucketName()bucketName - The name of the S3 bucket where the aggregated data is stored. This parameter is required.this@Stability(value=Stable) public CfnResourceDataSync.S3DestinationProperty.Builder bucketRegion(String bucketRegion)
CfnResourceDataSync.S3DestinationProperty.getBucketRegion()bucketRegion - The AWS Region with the S3 bucket targeted by the resource data sync. This parameter is required.this@Stability(value=Stable) public CfnResourceDataSync.S3DestinationProperty.Builder syncFormat(String syncFormat)
CfnResourceDataSync.S3DestinationProperty.getSyncFormat()syncFormat - A supported sync format. This parameter is required.
The following format is currently supported: JsonSerDethis@Stability(value=Stable) public CfnResourceDataSync.S3DestinationProperty.Builder bucketPrefix(String bucketPrefix)
CfnResourceDataSync.S3DestinationProperty.getBucketPrefix()bucketPrefix - An Amazon S3 prefix for the bucket.this@Stability(value=Stable) public CfnResourceDataSync.S3DestinationProperty.Builder kmsKeyArn(String kmsKeyArn)
CfnResourceDataSync.S3DestinationProperty.getKmsKeyArn()kmsKeyArn - The ARN of an encryption key for a destination in Amazon S3.
Must belong to the same Region as the destination S3 bucket.this@Stability(value=Stable) public CfnResourceDataSync.S3DestinationProperty build()
build in interface software.amazon.jsii.Builder<CfnResourceDataSync.S3DestinationProperty>CfnResourceDataSync.S3DestinationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.