public static interface SseConfiguration.Builder extends SdkPojo, CopyableBuilder<SseConfiguration.Builder,SseConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default SseConfiguration.Builder |
kmsEncryptionConfig(Consumer<KmsEncryptionConfig.Builder> kmsEncryptionConfig)
The KMS encryption configuration used to provide details for data encryption.
|
SseConfiguration.Builder |
kmsEncryptionConfig(KmsEncryptionConfig kmsEncryptionConfig)
The KMS encryption configuration used to provide details for data encryption.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSseConfiguration.Builder kmsEncryptionConfig(KmsEncryptionConfig kmsEncryptionConfig)
The KMS encryption configuration used to provide details for data encryption.
kmsEncryptionConfig - The KMS encryption configuration used to provide details for data encryption.default SseConfiguration.Builder kmsEncryptionConfig(Consumer<KmsEncryptionConfig.Builder> kmsEncryptionConfig)
The KMS encryption configuration used to provide details for data encryption.
This is a convenience method that creates an instance of theKmsEncryptionConfig.Builder avoiding the
need to create one manually via KmsEncryptionConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to kmsEncryptionConfig(KmsEncryptionConfig).
kmsEncryptionConfig - a consumer that will call methods on KmsEncryptionConfig.BuilderkmsEncryptionConfig(KmsEncryptionConfig)Copyright © 2023. All rights reserved.