Package | Description |
---|---|
software.amazon.awssdk.services.dynamodb.model |
Modifier and Type | Method and Description |
---|---|
AttributeValueUpdate.Builder |
AttributeValueUpdate.Builder.action(AttributeAction action)
Specifies how to perform the update.
|
AttributeValueUpdate.Builder |
AttributeValueUpdate.Builder.action(String action)
Specifies how to perform the update.
|
static AttributeValueUpdate.Builder |
AttributeValueUpdate.builder() |
AttributeValueUpdate.Builder |
AttributeValueUpdate.toBuilder() |
AttributeValueUpdate.Builder |
AttributeValueUpdate.Builder.value(AttributeValue value)
Represents the data for an attribute.
|
default AttributeValueUpdate.Builder |
AttributeValueUpdate.Builder.value(Consumer<AttributeValue.Builder> value)
Represents the data for an attribute.
|
Modifier and Type | Method and Description |
---|---|
static Class<? extends AttributeValueUpdate.Builder> |
AttributeValueUpdate.serializableBuilderClass() |
Copyright © 2020. All rights reserved.