Interface KMSEncryptionConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<KMSEncryptionConfig.Builder,
,KMSEncryptionConfig> SdkBuilder<KMSEncryptionConfig.Builder,
,KMSEncryptionConfig> SdkPojo
- Enclosing class:
KMSEncryptionConfig
public static interface KMSEncryptionConfig.Builder
extends SdkPojo, CopyableBuilder<KMSEncryptionConfig.Builder,KMSEncryptionConfig>
-
Method Summary
Modifier and TypeMethodDescriptionawskmsKeyARN
(String awskmsKeyARN) The Amazon Resource Name (ARN) of the encryption key.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
awskmsKeyARN
The Amazon Resource Name (ARN) of the encryption key. Must belong to the same Amazon Web Services Region as the destination Amazon S3 bucket. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.
- Parameters:
awskmsKeyARN
- The Amazon Resource Name (ARN) of the encryption key. Must belong to the same Amazon Web Services Region as the destination Amazon S3 bucket. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-