@Generated(value="jsii-pacmak/1.5.0 (build 46538f8)", date="2020-05-21T11:02:02.741Z") @Stability(value=Experimental) public interface DynamoAttribute extends software.amazon.jsii.JsiiSerializable
EXPERIMENTAL
| Modifier and Type | Interface and Description |
|---|---|
static class |
DynamoAttribute.Builder
A builder for
DynamoAttribute |
static class |
DynamoAttribute.Jsii$Proxy
An implementation for
DynamoAttribute |
| Modifier and Type | Method and Description |
|---|---|
static DynamoAttribute.Builder |
builder() |
String |
getName()
The name of the attribute.
|
DynamoAttributeValue |
getValue()
The value of the attribute.
|
@Stability(value=Experimental) @NotNull String getName()
EXPERIMENTAL
@Stability(value=Experimental) @NotNull DynamoAttributeValue getValue()
EXPERIMENTAL
@Stability(value=Experimental) static DynamoAttribute.Builder builder()
DynamoAttribute.Builder of DynamoAttributeCopyright © 2020. All rights reserved.