| Package | Description |
|---|---|
| software.amazon.awssdk.services.firehose.model |
| Modifier and Type | Method and Description |
|---|---|
static DeliveryStreamEncryptionConfiguration.Builder |
DeliveryStreamEncryptionConfiguration.builder() |
default DeliveryStreamEncryptionConfiguration.Builder |
DeliveryStreamEncryptionConfiguration.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.Builder |
DeliveryStreamEncryptionConfiguration.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.Builder |
DeliveryStreamEncryptionConfiguration.Builder.keyARN(String keyARN)
If
KeyType is CUSTOMER_MANAGED_CMK, this field contains the ARN of the customer
managed CMK. |
DeliveryStreamEncryptionConfiguration.Builder |
DeliveryStreamEncryptionConfiguration.Builder.keyType(KeyType keyType)
Indicates the type of customer master key (CMK) that is used for encryption.
|
DeliveryStreamEncryptionConfiguration.Builder |
DeliveryStreamEncryptionConfiguration.Builder.keyType(String keyType)
Indicates the type of customer master key (CMK) that is used for encryption.
|
DeliveryStreamEncryptionConfiguration.Builder |
DeliveryStreamEncryptionConfiguration.Builder.status(DeliveryStreamEncryptionStatus status)
This is the server-side encryption (SSE) status for the delivery stream.
|
DeliveryStreamEncryptionConfiguration.Builder |
DeliveryStreamEncryptionConfiguration.Builder.status(String status)
This is the server-side encryption (SSE) status for the delivery stream.
|
DeliveryStreamEncryptionConfiguration.Builder |
DeliveryStreamEncryptionConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeliveryStreamEncryptionConfiguration.Builder> |
DeliveryStreamEncryptionConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DeliveryStreamDescription.Builder |
DeliveryStreamDescription.Builder.deliveryStreamEncryptionConfiguration(Consumer<DeliveryStreamEncryptionConfiguration.Builder> deliveryStreamEncryptionConfiguration)
Indicates the server-side encryption (SSE) status for the delivery stream.
|
Copyright © 2023. All rights reserved.