Class AwsSqsQueueDetails

    • 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 maxReceiveCount is exceeded.

        Returns:
        The ARN of the dead-letter queue to which Amazon SQS moves messages after the value of maxReceiveCount is exceeded.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)