Interface ServerSideEncryptionConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ServerSideEncryptionConfiguration.Builder,,ServerSideEncryptionConfiguration> SdkBuilder<ServerSideEncryptionConfiguration.Builder,,ServerSideEncryptionConfiguration> SdkPojo
- Enclosing class:
 ServerSideEncryptionConfiguration
public static interface ServerSideEncryptionConfiguration.Builder
extends SdkPojo, CopyableBuilder<ServerSideEncryptionConfiguration.Builder,ServerSideEncryptionConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the KMS key used to encrypt the resource.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 Amazon Resource Name (ARN) of the KMS key used to encrypt the resource.
- Parameters:
 kmsKeyArn- The Amazon Resource Name (ARN) of the KMS key used to encrypt the resource.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -