Class AwsSqsQueueDetails
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsSqsQueueDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsSqsQueueDetails.Builder,AwsSqsQueueDetails>
@Generated("software.amazon.awssdk:codegen") public final class AwsSqsQueueDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsSqsQueueDetails.Builder,AwsSqsQueueDetails>
Data about a queue.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsSqsQueueDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsSqsQueueDetails.Builderbuilder()StringdeadLetterTargetArn()The ARN of the dead-letter queue to which Amazon SQS moves messages after the value ofmaxReceiveCountis exceeded.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegerkmsDataKeyReusePeriodSeconds()The length of time, in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling KMS again.StringkmsMasterKeyId()The ID of an Amazon Web Services managed key for Amazon SQS or a custom KMS key.StringqueueName()The name of the new queue.List<SdkField<?>>sdkFields()static Class<? extends AwsSqsQueueDetails.Builder>serializableBuilderClass()AwsSqsQueueDetails.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
kmsDataKeyReusePeriodSeconds
public 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.
- Returns:
- The length of time, in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling KMS again.
-
kmsMasterKeyId
public final String kmsMasterKeyId()
The ID of an Amazon Web Services managed key for Amazon SQS or a custom KMS key.
- Returns:
- The ID of an Amazon Web Services managed key for Amazon SQS or a custom KMS key.
-
queueName
public final String queueName()
The name of the new queue.
- Returns:
- The name of the new queue.
-
deadLetterTargetArn
public final String deadLetterTargetArn()
The ARN of the dead-letter queue to which Amazon SQS moves messages after the value of
maxReceiveCountis exceeded.- Returns:
- The ARN of the dead-letter queue to which Amazon SQS moves messages after the value of
maxReceiveCountis exceeded.
-
toBuilder
public AwsSqsQueueDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AwsSqsQueueDetails.Builder,AwsSqsQueueDetails>
-
builder
public static AwsSqsQueueDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsSqsQueueDetails.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
-