public static interface EncryptionConfig.Builder extends SdkPojo, CopyableBuilder<EncryptionConfig.Builder,EncryptionConfig>
| Modifier and Type | Method and Description |
|---|---|
EncryptionConfig.Builder |
kmsKeyArn(String kmsKeyArn)
The KMS key ARN to use for encryption.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEncryptionConfig.Builder kmsKeyArn(String kmsKeyArn)
The KMS key ARN to use for encryption. This must be provided as a header when uploading your code resource.
kmsKeyArn - The KMS key ARN to use for encryption. This must be provided as a header when uploading your code
resource.Copyright © 2023. All rights reserved.