Interface SnsMessageAttributeValue.Builder

  • Method Details

    • dataType

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

      Parameters:
      dataType - Attribute data type. Requiredness and the accepted vocabulary belong to SNS, 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

      SnsMessageAttributeValue.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

      SnsMessageAttributeValue.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.