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, sdkFields
copy
applyMutation, build
DestinationProperties.Builder destinationArn(String destinationArn)
The ARN of the resource to publish to.
destinationArn
- The ARN of the resource to publish to.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.