public static interface AttributeValue.Builder extends SdkPojo, CopyableBuilder<AttributeValue.Builder,AttributeValue>
| Modifier and Type | Method and Description |
|---|---|
AttributeValue.Builder |
b(String b)
A binary value.
|
AttributeValue.Builder |
bs(Collection<String> bs)
A list of binary values.
|
AttributeValue.Builder |
bs(String... bs)
A list of binary values.
|
AttributeValue.Builder |
n(String n)
A number.
|
AttributeValue.Builder |
ns(Collection<String> ns)
A list of numbers.
|
AttributeValue.Builder |
ns(String... ns)
A list of numbers.
|
AttributeValue.Builder |
s(String s)
A string.
|
AttributeValue.Builder |
ss(Collection<String> ss)
A list of strings.
|
AttributeValue.Builder |
ss(String... ss)
A list of strings.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAttributeValue.Builder s(String s)
A string.
s - A string.AttributeValue.Builder n(String n)
A number.
n - A number.AttributeValue.Builder b(String b)
A binary value.
b - A binary value.AttributeValue.Builder ss(Collection<String> ss)
A list of strings.
ss - A list of strings.AttributeValue.Builder ss(String... ss)
A list of strings.
ss - A list of strings.AttributeValue.Builder ns(Collection<String> ns)
A list of numbers.
ns - A list of numbers.AttributeValue.Builder ns(String... ns)
A list of numbers.
ns - A list of numbers.AttributeValue.Builder bs(Collection<String> bs)
A list of binary values.
bs - A list of binary values.AttributeValue.Builder bs(String... bs)
A list of binary values.
bs - A list of binary values.Copyright © 2023. All rights reserved.