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
Modifier and TypeMethodDescriptionstringValues(String... stringValues) The strings in a message attribute value.stringValues(Collection<String> stringValues) The strings in a message attribute value.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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
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.
 
 
 -