Uses of Interface
software.amazon.awssdk.services.healthlake.model.KmsEncryptionConfig.Builder
-
Packages that use KmsEncryptionConfig.Builder Package Description software.amazon.awssdk.services.healthlake.model -
-
Uses of KmsEncryptionConfig.Builder in software.amazon.awssdk.services.healthlake.model
Methods in software.amazon.awssdk.services.healthlake.model that return KmsEncryptionConfig.Builder Modifier and Type Method Description static KmsEncryptionConfig.BuilderKmsEncryptionConfig. builder()KmsEncryptionConfig.BuilderKmsEncryptionConfig.Builder. cmkType(String cmkType)The type of customer-managed-key(CMK) used for encryption.KmsEncryptionConfig.BuilderKmsEncryptionConfig.Builder. cmkType(CmkType cmkType)The type of customer-managed-key(CMK) used for encryption.KmsEncryptionConfig.BuilderKmsEncryptionConfig.Builder. kmsKeyId(String kmsKeyId)The KMS encryption key id/alias used to encrypt the data store contents at rest.KmsEncryptionConfig.BuilderKmsEncryptionConfig. toBuilder()Methods in software.amazon.awssdk.services.healthlake.model that return types with arguments of type KmsEncryptionConfig.Builder Modifier and Type Method Description static Class<? extends KmsEncryptionConfig.Builder>KmsEncryptionConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.healthlake.model with type arguments of type KmsEncryptionConfig.Builder Modifier and Type Method Description default SseConfiguration.BuilderSseConfiguration.Builder. kmsEncryptionConfig(Consumer<KmsEncryptionConfig.Builder> kmsEncryptionConfig)The KMS encryption configuration used to provide details for data encryption.
-