@Generated(value="jsii-pacmak/1.5.0 (build 46538f8)", date="2020-05-21T11:02:02.741Z") @Stability(value=Experimental) public class DynamoAttributeValue extends software.amazon.jsii.JsiiObject
EXPERIMENTAL
| Modifier | Constructor and Description |
|---|---|
|
DynamoAttributeValue() |
protected |
DynamoAttributeValue(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
DynamoAttributeValue(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
Object |
toObject()
Return the attributeValue object.
|
DynamoAttributeValue |
withB(String value)
Sets an attribute of type Binary.
|
DynamoAttributeValue |
withBOOL(Boolean value)
Sets an attribute of type Boolean.
|
DynamoAttributeValue |
withBS(List<String> value)
Sets an attribute of type Binary Set.
|
DynamoAttributeValue |
withL(List<DynamoAttributeValue> value)
Sets an attribute of type List.
|
DynamoAttributeValue |
withM(DynamoAttributeValueMap value)
Sets an attribute of type Map.
|
DynamoAttributeValue |
withN(String value)
Sets an attribute of type Number.
|
DynamoAttributeValue |
withNS(List<String> value)
Sets an attribute of type Number Set.
|
DynamoAttributeValue |
withNULL(Boolean value)
Sets an attribute of type Null.
|
DynamoAttributeValue |
withS(String value)
Sets an attribute of type String.
|
DynamoAttributeValue |
withSS(List<String> value)
Sets an attribute of type String Set.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetprotected DynamoAttributeValue(software.amazon.jsii.JsiiObjectRef objRef)
protected DynamoAttributeValue(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public DynamoAttributeValue()
@Stability(value=Experimental) @NotNull public Object toObject()
EXPERIMENTAL
@Stability(value=Experimental) @NotNull public DynamoAttributeValue withB(@NotNull String value)
For example: "B": "dGhpcyB0ZXh0IGlzIGJhc2U2NC1lbmNvZGVk"
EXPERIMENTAL
value - This parameter is required.@Stability(value=Experimental) @NotNull public DynamoAttributeValue withBOOL(@NotNull Boolean value)
For example: "BOOL": true
EXPERIMENTAL
value - This parameter is required.@Stability(value=Experimental) @NotNull public DynamoAttributeValue withBS(@NotNull List<String> value)
For example: "BS": ["U3Vubnk=", "UmFpbnk=", "U25vd3k="]
EXPERIMENTAL
value - This parameter is required.@Stability(value=Experimental) @NotNull public DynamoAttributeValue withL(@NotNull List<DynamoAttributeValue> value)
For example: "L": [ {"S": "Cookies"} , {"S": "Coffee"}, {"N", "3.14159"}]
EXPERIMENTAL
value - This parameter is required.@Stability(value=Experimental) @NotNull public DynamoAttributeValue withM(@NotNull DynamoAttributeValueMap value)
For example: "M": {"Name": {"S": "Joe"}, "Age": {"N": "35"}}
EXPERIMENTAL
value - This parameter is required.@Stability(value=Experimental) @NotNull public DynamoAttributeValue withN(@NotNull String value)
For example: "N": "123.45" Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.
EXPERIMENTAL
value - This parameter is required.@Stability(value=Experimental) @NotNull public DynamoAttributeValue withNS(@NotNull List<String> value)
For example: "NS": ["42.2", "-19", "7.5", "3.14"] Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.
EXPERIMENTAL
value - This parameter is required.@Stability(value=Experimental) @NotNull public DynamoAttributeValue withNULL(@NotNull Boolean value)
For example: "NULL": true
EXPERIMENTAL
value - This parameter is required.@Stability(value=Experimental) @NotNull public DynamoAttributeValue withS(@NotNull String value)
For example: "S": "Hello"
EXPERIMENTAL
value - This parameter is required.@Stability(value=Experimental) @NotNull public DynamoAttributeValue withSS(@NotNull List<String> value)
For example: "SS": ["Giraffe", "Hippo" ,"Zebra"]
EXPERIMENTAL
value - This parameter is required.Copyright © 2020. All rights reserved.