Package | Description |
---|---|
software.amazon.awssdk.services.dynamodb.model |
Modifier and Type | Method and Description |
---|---|
AttributeValue.Builder |
AttributeValue.Builder.b(SdkBytes b)
An attribute of type Binary.
|
AttributeValue.Builder |
AttributeValue.Builder.bool(Boolean bool)
An attribute of type Boolean.
|
AttributeValue.Builder |
AttributeValue.Builder.bs(Collection<SdkBytes> bs)
An attribute of type Binary Set.
|
AttributeValue.Builder |
AttributeValue.Builder.bs(SdkBytes... bs)
An attribute of type Binary Set.
|
static AttributeValue.Builder |
AttributeValue.builder() |
AttributeValue.Builder |
AttributeValue.Builder.l(AttributeValue... l)
An attribute of type List.
|
AttributeValue.Builder |
AttributeValue.Builder.l(Collection<AttributeValue> l)
An attribute of type List.
|
AttributeValue.Builder |
AttributeValue.Builder.l(Consumer<AttributeValue.Builder>... l)
An attribute of type List.
|
AttributeValue.Builder |
AttributeValue.Builder.m(Map<String,AttributeValue> m)
An attribute of type Map.
|
AttributeValue.Builder |
AttributeValue.Builder.n(String n)
An attribute of type Number.
|
AttributeValue.Builder |
AttributeValue.Builder.ns(Collection<String> ns)
An attribute of type Number Set.
|
AttributeValue.Builder |
AttributeValue.Builder.ns(String... ns)
An attribute of type Number Set.
|
AttributeValue.Builder |
AttributeValue.Builder.nul(Boolean nul)
An attribute of type Null.
|
AttributeValue.Builder |
AttributeValue.Builder.s(String s)
An attribute of type String.
|
AttributeValue.Builder |
AttributeValue.Builder.ss(Collection<String> ss)
An attribute of type String Set.
|
AttributeValue.Builder |
AttributeValue.Builder.ss(String... ss)
An attribute of type String Set.
|
AttributeValue.Builder |
AttributeValue.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends AttributeValue.Builder> |
AttributeValue.serializableBuilderClass() |
Modifier and Type | Method and Description |
---|---|
default ExpectedAttributeValue.Builder |
ExpectedAttributeValue.Builder.value(Consumer<AttributeValue.Builder> value)
Represents the data for the expected attribute.
|
default AttributeValueUpdate.Builder |
AttributeValueUpdate.Builder.value(Consumer<AttributeValue.Builder> value)
Represents the data for an attribute.
|
Copyright © 2023. All rights reserved.