@Stability(value=Experimental) public static final class DynamoAttribute.Builder extends Object
DynamoAttribute| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
DynamoAttribute |
build()
Builds the configured instance.
|
DynamoAttribute.Builder |
name(String name)
Sets the value of
DynamoAttribute.getName() |
DynamoAttribute.Builder |
value(DynamoAttributeValue value)
Sets the value of
DynamoAttribute.getValue() |
@Stability(value=Experimental) public DynamoAttribute.Builder name(String name)
DynamoAttribute.getName()name - The name of the attribute. This parameter is required.this@Stability(value=Experimental) public DynamoAttribute.Builder value(DynamoAttributeValue value)
DynamoAttribute.getValue()value - The value of the attribute. This parameter is required.this@Stability(value=Experimental) public DynamoAttribute build()
DynamoAttributeNullPointerException - if any required attribute was not providedCopyright © 2020. All rights reserved.