Interface MessageAttributeValue.Builder

    • Method Detail

      • dataType

        MessageAttributeValue.Builder dataType​(String dataType)

        Amazon SNS supports the following logical data types: String, String.Array, Number, and Binary. For more information, see Message Attribute Data Types.

        Parameters:
        dataType - Amazon SNS supports the following logical data types: String, String.Array, Number, and Binary. For more information, see Message Attribute Data Types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • binaryValue

        MessageAttributeValue.Builder binaryValue​(SdkBytes binaryValue)

        Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.

        Parameters:
        binaryValue - Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.
        Returns:
        Returns a reference to this object so that method calls can be chained together.