@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2022-12-27T20:28:49.221Z") @Stability(value=Stable) public class DynamoProjectionExpression extends software.amazon.jsii.JsiiObject
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.stepfunctions.tasks.*; DynamoProjectionExpression dynamoProjectionExpression = new DynamoProjectionExpression();
| 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 © 2022. All rights reserved.