@Generated(value="software.amazon.awssdk:codegen") public final class DeadLetterConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeadLetterConfig.Builder,DeadLetterConfig>
An object that contains information about an Amazon SQS queue that EventBridge Scheduler uses as a dead-letter queue for your schedule. If specified, EventBridge Scheduler delivers failed events that could not be successfully delivered to a target to the queue.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeadLetterConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the SQS queue specified as the destination for the dead-letter queue.
|
static DeadLetterConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeadLetterConfig.Builder> |
serializableBuilderClass() |
DeadLetterConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the SQS queue specified as the destination for the dead-letter queue.
public DeadLetterConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeadLetterConfig.Builder,DeadLetterConfig>public static DeadLetterConfig.Builder builder()
public static Class<? extends DeadLetterConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.