Uses of Interface
software.amazon.awssdk.services.firehose.model.KMSEncryptionConfig.Builder
-
Packages that use KMSEncryptionConfig.Builder Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of KMSEncryptionConfig.Builder in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return KMSEncryptionConfig.Builder Modifier and Type Method Description KMSEncryptionConfig.BuilderKMSEncryptionConfig.Builder. awskmsKeyARN(String awskmsKeyARN)The Amazon Resource Name (ARN) of the encryption key.static KMSEncryptionConfig.BuilderKMSEncryptionConfig. builder()KMSEncryptionConfig.BuilderKMSEncryptionConfig. toBuilder()Methods in software.amazon.awssdk.services.firehose.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.firehose.model with type arguments of type KMSEncryptionConfig.Builder Modifier and Type Method Description default EncryptionConfiguration.BuilderEncryptionConfiguration.Builder. kmsEncryptionConfig(Consumer<KMSEncryptionConfig.Builder> kmsEncryptionConfig)The encryption key.
-