Interface MessageAttributeValue.Builder

  • Method Details

    • stringValues

      MessageAttributeValue.Builder stringValues(Collection<String> stringValues)

      The strings in a message attribute value.

      Parameters:
      stringValues - The strings in a message attribute value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stringValues

      MessageAttributeValue.Builder stringValues(String... stringValues)

      The strings in a message attribute value.

      Parameters:
      stringValues - The strings in a message attribute value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.