public static interface FailureDescription.Builder extends SdkPojo, CopyableBuilder<FailureDescription.Builder,FailureDescription>
| Modifier and Type | Method and Description |
|---|---|
FailureDescription.Builder |
details(String details)
A message providing details about the error that caused the failure.
|
FailureDescription.Builder |
type(DeliveryStreamFailureType type)
The type of error that caused the failure.
|
FailureDescription.Builder |
type(String type)
The type of error that caused the failure.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFailureDescription.Builder type(String type)
The type of error that caused the failure.
type - The type of error that caused the failure.DeliveryStreamFailureType,
DeliveryStreamFailureTypeFailureDescription.Builder type(DeliveryStreamFailureType type)
The type of error that caused the failure.
type - The type of error that caused the failure.DeliveryStreamFailureType,
DeliveryStreamFailureTypeFailureDescription.Builder details(String details)
A message providing details about the error that caused the failure.
details - A message providing details about the error that caused the failure.Copyright © 2023. All rights reserved.