Interface AttributeValue.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AttributeValue.Builder,,AttributeValue> SdkBuilder<AttributeValue.Builder,,AttributeValue> SdkPojo
- Enclosing class:
AttributeValue
@Mutable
@NotThreadSafe
public static interface AttributeValue.Builder
extends SdkPojo, CopyableBuilder<AttributeValue.Builder,AttributeValue>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the B property for this object.Sets the value of the BOOL property for this object.bs(Collection<SdkBytes> bs) Sets the value of the BS property for this object.Sets the value of the BS property for this object.Sets the value of the L property for this object.l(Consumer<AttributeValue.Builder>... l) Sets the value of the L property for this object.l(AttributeValue... l) Sets the value of the L property for this object.m(Map<String, AttributeValue> m) Sets the value of the M property for this object.Sets the value of the N property for this object.Sets the value of the NS property for this object.ns(Collection<String> ns) Sets the value of the NS property for this object.Sets the value of the NULL property for this object.Sets the value of the S property for this object.Sets the value of the SS property for this object.ss(Collection<String> ss) Sets the value of the SS property for this object.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
-
s
Sets the value of the S property for this object.- Parameters:
s- The new value for the S property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
n
Sets the value of the N property for this object.- Parameters:
n- The new value for the N property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
b
Sets the value of the B property for this object.- Parameters:
b- The new value for the B property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ss
Sets the value of the SS property for this object.- Parameters:
ss- The new value for the SS property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ss
Sets the value of the SS property for this object.- Parameters:
ss- The new value for the SS property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ns
Sets the value of the NS property for this object.- Parameters:
ns- The new value for the NS property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ns
Sets the value of the NS property for this object.- Parameters:
ns- The new value for the NS property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bs
Sets the value of the BS property for this object.- Parameters:
bs- The new value for the BS property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bs
Sets the value of the BS property for this object.- Parameters:
bs- The new value for the BS property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
m
Sets the value of the M property for this object.- Parameters:
m- The new value for the M property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
l
Sets the value of the L property for this object.- Parameters:
l- The new value for the L property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
l
Sets the value of the L property for this object.- Parameters:
l- The new value for the L property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
l
Sets the value of the L property for this object. This is a convenience method that creates an instance of theAttributeValue.Builderavoiding the need to create one manually viaAttributeValue.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tol(List<AttributeValue>).- Parameters:
l- a consumer that will call methods onAttributeValue.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nullValue
Sets the value of the NULL property for this object.- Parameters:
nullValue- The new value for the NULL property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bool
Sets the value of the BOOL property for this object.- Parameters:
bool- The new value for the BOOL property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-