Interface MessageAttributeValue.Builder

All Superinterfaces:
Buildable, CopyableBuilder<MessageAttributeValue.Builder,MessageAttributeValue>, SdkBuilder<MessageAttributeValue.Builder,MessageAttributeValue>, SdkPojo
Enclosing class:
MessageAttributeValue

public static interface MessageAttributeValue.Builder extends SdkPojo, CopyableBuilder<MessageAttributeValue.Builder,MessageAttributeValue>
  • 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.