Uses of Interface
software.amazon.awssdk.services.firehose.model.DeliveryStreamEncryptionConfigurationInput.Builder
-
Packages that use DeliveryStreamEncryptionConfigurationInput.Builder Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of DeliveryStreamEncryptionConfigurationInput.Builder in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return DeliveryStreamEncryptionConfigurationInput.Builder Modifier and Type Method Description static DeliveryStreamEncryptionConfigurationInput.BuilderDeliveryStreamEncryptionConfigurationInput. builder()DeliveryStreamEncryptionConfigurationInput.BuilderDeliveryStreamEncryptionConfigurationInput.Builder. keyARN(String keyARN)If you setKeyTypetoCUSTOMER_MANAGED_CMK, you must specify the Amazon Resource Name (ARN) of the CMK.DeliveryStreamEncryptionConfigurationInput.BuilderDeliveryStreamEncryptionConfigurationInput.Builder. keyType(String keyType)Indicates the type of customer master key (CMK) to use for encryption.DeliveryStreamEncryptionConfigurationInput.BuilderDeliveryStreamEncryptionConfigurationInput.Builder. keyType(KeyType keyType)Indicates the type of customer master key (CMK) to use for encryption.DeliveryStreamEncryptionConfigurationInput.BuilderDeliveryStreamEncryptionConfigurationInput. toBuilder()Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type DeliveryStreamEncryptionConfigurationInput.Builder Modifier and Type Method Description static Class<? extends DeliveryStreamEncryptionConfigurationInput.Builder>DeliveryStreamEncryptionConfigurationInput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.firehose.model with type arguments of type DeliveryStreamEncryptionConfigurationInput.Builder Modifier and Type Method Description default CreateDeliveryStreamRequest.BuilderCreateDeliveryStreamRequest.Builder. deliveryStreamEncryptionConfigurationInput(Consumer<DeliveryStreamEncryptionConfigurationInput.Builder> deliveryStreamEncryptionConfigurationInput)Used to specify the type and Amazon Resource Name (ARN) of the KMS key needed for Server-Side Encryption (SSE).default StartDeliveryStreamEncryptionRequest.BuilderStartDeliveryStreamEncryptionRequest.Builder. deliveryStreamEncryptionConfigurationInput(Consumer<DeliveryStreamEncryptionConfigurationInput.Builder> deliveryStreamEncryptionConfigurationInput)Used to specify the type and Amazon Resource Name (ARN) of the KMS key needed for Server-Side Encryption (SSE).
-