@Generated(value="software.amazon.awssdk:codegen") public final class AwsSqsQueueDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsSqsQueueDetails.Builder,AwsSqsQueueDetails>
Data about a queue.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsSqsQueueDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsSqsQueueDetails.Builder |
builder() |
String |
deadLetterTargetArn()
The ARN of the dead-letter queue to which Amazon SQS moves messages after the value of
maxReceiveCount is exceeded. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
kmsDataKeyReusePeriodSeconds()
The length of time, in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt messages before
calling KMS again.
|
String |
kmsMasterKeyId()
The ID of an Amazon Web Services managed key for Amazon SQS or a custom KMS key.
|
String |
queueName()
The name of the new queue.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsSqsQueueDetails.Builder> |
serializableBuilderClass() |
AwsSqsQueueDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer kmsDataKeyReusePeriodSeconds()
The length of time, in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling KMS again.
public final String kmsMasterKeyId()
The ID of an Amazon Web Services managed key for Amazon SQS or a custom KMS key.
public final String queueName()
The name of the new queue.
public final String deadLetterTargetArn()
The ARN of the dead-letter queue to which Amazon SQS moves messages after the value of
maxReceiveCount is exceeded.
maxReceiveCount is exceeded.public AwsSqsQueueDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsSqsQueueDetails.Builder,AwsSqsQueueDetails>public static AwsSqsQueueDetails.Builder builder()
public static Class<? extends AwsSqsQueueDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.