@Generated(value="jsii-pacmak/1.15.0 (build 585166b)", date="2020-12-22T12:13:27.769Z") @Stability(value=Stable) 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)
Adds the array literal access for passed index.
|
String |
toString()
converts and return the string expression.
|
DynamoProjectionExpression |
withAttribute(String attr)
Adds the passed attribute to the chain.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected DynamoProjectionExpression(software.amazon.jsii.JsiiObjectRef objRef)
protected DynamoProjectionExpression(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) public DynamoProjectionExpression()
@Stability(value=Stable) @NotNull public DynamoProjectionExpression atIndex(@NotNull Number index)
index - array index. This parameter is required.@Stability(value=Stable) @NotNull public String toString()
@Stability(value=Stable) @NotNull public DynamoProjectionExpression withAttribute(@NotNull String attr)
attr - Attribute name. This parameter is required.Copyright © 2020. All rights reserved.