Interface RegionMapInputValue.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<RegionMapInputValue.Builder,,- RegionMapInputValue> - SdkBuilder<RegionMapInputValue.Builder,,- RegionMapInputValue> - SdkPojo
- Enclosing class:
- RegionMapInputValue
@Mutable
@NotThreadSafe
public static interface RegionMapInputValue.Builder
extends SdkPojo, CopyableBuilder<RegionMapInputValue.Builder,RegionMapInputValue> 
- 
Method SummaryModifier and TypeMethodDescriptionsseKmsKeyId(String sseKmsKeyId) The KMS key used to encrypt the data in your replication set.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- 
sseKmsKeyIdThe KMS key used to encrypt the data in your replication set. - Parameters:
- sseKmsKeyId- The KMS key used to encrypt the data in your replication set.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-