Uses of Interface
software.amazon.awssdk.services.firehose.model.DeliveryStreamEncryptionConfiguration.Builder
-
Packages that use DeliveryStreamEncryptionConfiguration.Builder Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of DeliveryStreamEncryptionConfiguration.Builder in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return DeliveryStreamEncryptionConfiguration.Builder Modifier and Type Method Description static DeliveryStreamEncryptionConfiguration.BuilderDeliveryStreamEncryptionConfiguration. builder()default DeliveryStreamEncryptionConfiguration.BuilderDeliveryStreamEncryptionConfiguration.Builder. failureDescription(Consumer<FailureDescription.Builder> failureDescription)Provides details in case one of the following operations fails due to an error related to KMS: CreateDeliveryStream, DeleteDeliveryStream, StartDeliveryStreamEncryption, StopDeliveryStreamEncryption.DeliveryStreamEncryptionConfiguration.BuilderDeliveryStreamEncryptionConfiguration.Builder. failureDescription(FailureDescription failureDescription)Provides details in case one of the following operations fails due to an error related to KMS: CreateDeliveryStream, DeleteDeliveryStream, StartDeliveryStreamEncryption, StopDeliveryStreamEncryption.DeliveryStreamEncryptionConfiguration.BuilderDeliveryStreamEncryptionConfiguration.Builder. keyARN(String keyARN)IfKeyTypeisCUSTOMER_MANAGED_CMK, this field contains the ARN of the customer managed CMK.DeliveryStreamEncryptionConfiguration.BuilderDeliveryStreamEncryptionConfiguration.Builder. keyType(String keyType)Indicates the type of customer master key (CMK) that is used for encryption.DeliveryStreamEncryptionConfiguration.BuilderDeliveryStreamEncryptionConfiguration.Builder. keyType(KeyType keyType)Indicates the type of customer master key (CMK) that is used for encryption.DeliveryStreamEncryptionConfiguration.BuilderDeliveryStreamEncryptionConfiguration.Builder. status(String status)This is the server-side encryption (SSE) status for the delivery stream.DeliveryStreamEncryptionConfiguration.BuilderDeliveryStreamEncryptionConfiguration.Builder. status(DeliveryStreamEncryptionStatus status)This is the server-side encryption (SSE) status for the delivery stream.DeliveryStreamEncryptionConfiguration.BuilderDeliveryStreamEncryptionConfiguration. toBuilder()Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type DeliveryStreamEncryptionConfiguration.Builder Modifier and Type Method Description static Class<? extends DeliveryStreamEncryptionConfiguration.Builder>DeliveryStreamEncryptionConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.firehose.model with type arguments of type DeliveryStreamEncryptionConfiguration.Builder Modifier and Type Method Description default DeliveryStreamDescription.BuilderDeliveryStreamDescription.Builder. deliveryStreamEncryptionConfiguration(Consumer<DeliveryStreamEncryptionConfiguration.Builder> deliveryStreamEncryptionConfiguration)Indicates the server-side encryption (SSE) status for the delivery stream.
-