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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KMSEncryptionConfig.Builder
awskmsKeyARN(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 Detail
-
awskmsKeyARN
KMSEncryptionConfig.Builder awskmsKeyARN(String 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.
-
-