Class SQSParameters


  • public final class SQSParameters
    extends Object
    Configuration properties and constants used in SQS connections.
    See Also:
    • Field Detail

      • VERSION

        public static final String VERSION
        The API version to use, as specified in the WSDL. For example: 2011-10-01.
        See Also:
        Constant Field Values
      • AWS_ACCESS_KEY_ID

        public static final String AWS_ACCESS_KEY_ID
        Your Access Key ID. For example: 0AS7253JW73RRM652K02. For more information, see Your AWS Identifiers in the Amazon SQS Developer Guide.
        See Also:
        Constant Field Values
      • TIMESTAMP

        public static final String TIMESTAMP
        The date and time the request is signed, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard. Query requests must include either Timestamp or Expires, but not both.
        See Also:
        Constant Field Values
      • EXPIRES

        public static final String EXPIRES
        The date and time at which the signature included in the request expires, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard. Query requests must include either Timestamp or Expires, but not both.
        See Also:
        Constant Field Values
      • SIGNATURE

        public static final String SIGNATURE
        A request signature (for information, see Request Authentication in the Amazon SQS Developer Guide). For example: Qnpl4Qk/7tINHzfXCiT7VbBatDA=.
        See Also:
        Constant Field Values
      • SIGNATURE_METHOD

        public static final String SIGNATURE_METHOD
        Required when you use signature version 2 with Query requests. For more information, see Query Request Authentication in the Amazon SQS Developer Guide.
        See Also:
        Constant Field Values
      • SIGNATURE_VERSION

        public static final String SIGNATURE_VERSION
        For more information, see Query Request Authentication in the Amazon SQS Developer Guide.
        See Also:
        Constant Field Values