@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:43.277Z") @Stability(value=Experimental) public class DynamoProjectionExpression extends software.amazon.jsii.JsiiObject
Modifier | Constructor and Description |
---|---|
|
DynamoProjectionExpression() |
protected |
DynamoProjectionExpression(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
DynamoProjectionExpression(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
DynamoProjectionExpression |
atIndex(Number index)
(experimental) Adds the array literal access for passed index.
|
String |
toString()
(experimental) converts and return the string expression.
|
DynamoProjectionExpression |
withAttribute(String attr)
(experimental) Adds the passed attribute to the chain.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
protected DynamoProjectionExpression(software.amazon.jsii.JsiiObjectRef objRef)
protected DynamoProjectionExpression(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) public DynamoProjectionExpression()
@Stability(value=Experimental) @NotNull public DynamoProjectionExpression atIndex(@NotNull Number index)
index
- array index. This parameter is required.@Stability(value=Experimental) @NotNull public String toString()
@Stability(value=Experimental) @NotNull public DynamoProjectionExpression withAttribute(@NotNull String attr)
attr
- Attribute name. This parameter is required.Copyright © 2021. All rights reserved.