Interface EncryptionConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EncryptionConfig.Builder,,EncryptionConfig> SdkBuilder<EncryptionConfig.Builder,,EncryptionConfig> SdkPojo
- Enclosing class:
EncryptionConfig
public static interface EncryptionConfig.Builder
extends SdkPojo, CopyableBuilder<EncryptionConfig.Builder,EncryptionConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe KMS key ARN to use for encryption.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
kmsKeyArn
The KMS key ARN to use for encryption. This must be provided as a header when uploading your code resource.
- Parameters:
kmsKeyArn- The KMS key ARN to use for encryption. This must be provided as a header when uploading your code resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-