Interface EncryptionConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<EncryptionConfig.Builder,,- EncryptionConfig> - SdkBuilder<EncryptionConfig.Builder,,- EncryptionConfig> - SdkPojo
- Enclosing class:
- EncryptionConfig
@Mutable
@NotThreadSafe
public static interface EncryptionConfig.Builder
extends SdkPojo, CopyableBuilder<EncryptionConfig.Builder,EncryptionConfig> 
- 
Method SummaryModifier and TypeMethodDescriptionThe KMS key ARN that is used for encryption.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
kmsKeyArnThe KMS key ARN that is used for encryption. If an AWS-managed key is used for encryption, returns empty. - Parameters:
- kmsKeyArn- The KMS key ARN that is used for encryption. If an AWS-managed key is used for encryption, returns empty.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-