Uses of Interface
software.amazon.awssdk.services.healthlake.model.SseConfiguration.Builder
-
Packages that use SseConfiguration.Builder Package Description software.amazon.awssdk.services.healthlake.model -
-
Uses of SseConfiguration.Builder in software.amazon.awssdk.services.healthlake.model
Methods in software.amazon.awssdk.services.healthlake.model that return SseConfiguration.Builder Modifier and Type Method Description static SseConfiguration.BuilderSseConfiguration. builder()default SseConfiguration.BuilderSseConfiguration.Builder. kmsEncryptionConfig(Consumer<KmsEncryptionConfig.Builder> kmsEncryptionConfig)The KMS encryption configuration used to provide details for data encryption.SseConfiguration.BuilderSseConfiguration.Builder. kmsEncryptionConfig(KmsEncryptionConfig kmsEncryptionConfig)The KMS encryption configuration used to provide details for data encryption.SseConfiguration.BuilderSseConfiguration. toBuilder()Methods in software.amazon.awssdk.services.healthlake.model that return types with arguments of type SseConfiguration.Builder Modifier and Type Method Description static Class<? extends SseConfiguration.Builder>SseConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.healthlake.model with type arguments of type SseConfiguration.Builder Modifier and Type Method Description default CreateFhirDatastoreRequest.BuilderCreateFhirDatastoreRequest.Builder. sseConfiguration(Consumer<SseConfiguration.Builder> sseConfiguration)The server-side encryption key configuration for a customer provided encryption key specified for creating a data store.default DatastoreProperties.BuilderDatastoreProperties.Builder. sseConfiguration(Consumer<SseConfiguration.Builder> sseConfiguration)The server-side encryption key configuration for a customer provided encryption key (CMK).
-