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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MessageAttributeValue.BuilderstringValues(String... stringValues)The strings in a message attribute value.MessageAttributeValue.BuilderstringValues(Collection<String> stringValues)The strings in a message attribute value.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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.
-
-