public static interface DestinationProperties.Builder extends SdkPojo, CopyableBuilder<DestinationProperties.Builder,DestinationProperties>
| Modifier and Type | Method and Description |
|---|---|
DestinationProperties.Builder |
destinationArn(String destinationArn)
The ARN of the resource to publish to.
|
DestinationProperties.Builder |
kmsKeyArn(String kmsKeyArn)
The ARN of the KMS key to use for encryption.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDestinationProperties.Builder destinationArn(String destinationArn)
The ARN of the resource to publish to.
To specify an S3 bucket folder use the following format:
arn:aws:s3:::DOC-EXAMPLE-BUCKET/myFolder/
destinationArn - The ARN of the resource to publish to.
To specify an S3 bucket folder use the following format:
arn:aws:s3:::DOC-EXAMPLE-BUCKET/myFolder/
DestinationProperties.Builder kmsKeyArn(String kmsKeyArn)
The ARN of the KMS key to use for encryption.
kmsKeyArn - The ARN of the KMS key to use for encryption.Copyright © 2022. All rights reserved.