| Package | Description |
|---|---|
| software.amazon.awssdk.services.firehose.model |
| Modifier and Type | Method and Description |
|---|---|
static FailureDescription.Builder |
FailureDescription.builder() |
FailureDescription.Builder |
FailureDescription.Builder.details(String details)
A message providing details about the error that caused the failure.
|
FailureDescription.Builder |
FailureDescription.toBuilder() |
FailureDescription.Builder |
FailureDescription.Builder.type(DeliveryStreamFailureType type)
The type of error that caused the failure.
|
FailureDescription.Builder |
FailureDescription.Builder.type(String type)
The type of error that caused the failure.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FailureDescription.Builder> |
FailureDescription.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
default DeliveryStreamDescription.Builder |
DeliveryStreamDescription.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.
|
Copyright © 2023. All rights reserved.