| Package | Description |
|---|---|
| software.amazon.awssdk.services.firehose.model |
| Modifier and Type | Method and Description |
|---|---|
static DeliveryStreamEncryptionConfigurationInput.Builder |
DeliveryStreamEncryptionConfigurationInput.builder() |
DeliveryStreamEncryptionConfigurationInput.Builder |
DeliveryStreamEncryptionConfigurationInput.Builder.keyARN(String keyARN)
If you set
KeyType to CUSTOMER_MANAGED_CMK, you must specify the Amazon Resource
Name (ARN) of the CMK. |
DeliveryStreamEncryptionConfigurationInput.Builder |
DeliveryStreamEncryptionConfigurationInput.Builder.keyType(KeyType keyType)
Indicates the type of customer master key (CMK) to use for encryption.
|
DeliveryStreamEncryptionConfigurationInput.Builder |
DeliveryStreamEncryptionConfigurationInput.Builder.keyType(String keyType)
Indicates the type of customer master key (CMK) to use for encryption.
|
DeliveryStreamEncryptionConfigurationInput.Builder |
DeliveryStreamEncryptionConfigurationInput.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeliveryStreamEncryptionConfigurationInput.Builder> |
DeliveryStreamEncryptionConfigurationInput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateDeliveryStreamRequest.Builder |
CreateDeliveryStreamRequest.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.Builder |
StartDeliveryStreamEncryptionRequest.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).
|
Copyright © 2023. All rights reserved.