Class DeadLetterConfig
java.lang.Object
software.amazon.awssdk.services.eventbridge.model.DeadLetterConfig
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DeadLetterConfig.Builder,DeadLetterConfig>
@Generated("software.amazon.awssdk:codegen")
public final class DeadLetterConfig
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<DeadLetterConfig.Builder,DeadLetterConfig>
Configuration details of the Amazon SQS queue for EventBridge to use as a dead-letter queue (DLQ).
For more information, see Using dead-letter queues to process undelivered events in the EventBridge User Guide.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringarn()The ARN of the SQS queue specified as the target for the dead-letter queue.static DeadLetterConfig.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends DeadLetterConfig.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
arn
The ARN of the SQS queue specified as the target for the dead-letter queue.
- Returns:
- The ARN of the SQS queue specified as the target for the dead-letter queue.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeadLetterConfig.Builder,DeadLetterConfig>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-