Interface SqsMessageAttributeValue.Builder

  • Method Details

    • dataType

      Attribute data type. Requiredness, the accepted vocabulary, and any custom label belong to SQS, which rejects an attribute without a data type on delivery.

      Parameters:
      dataType - Attribute data type. Requiredness, the accepted vocabulary, and any custom label belong to SQS, which rejects an attribute without a data type on delivery.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stringValue

      SqsMessageAttributeValue.Builder stringValue(String stringValue)

      String attribute value. A JSONata expression resolves once per delivered event.

      Parameters:
      stringValue - String attribute value. A JSONata expression resolves once per delivered event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • binaryValue

      SqsMessageAttributeValue.Builder binaryValue(String binaryValue)

      Base64-encoded literal binary attribute value.

      Parameters:
      binaryValue - Base64-encoded literal binary attribute value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.