public static final class LocalSecondaryIndexProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LocalSecondaryIndexProps
software.amazon.jsii.JsiiObject.InitializationModeLocalSecondaryIndexProps.Builder, LocalSecondaryIndexProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getIndexName()
The name of the secondary index.
|
List<String> |
getNonKeyAttributes()
The non-key attributes that are projected into the secondary index.
|
ProjectionType |
getProjectionType()
The set of attributes that are projected into the secondary index.
|
Attribute |
getSortKey()
The attribute of a sort key for the local secondary index.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Experimental) public Attribute getSortKey()
getSortKey in interface LocalSecondaryIndexProps@Stability(value=Experimental) public String getIndexName()
getIndexName in interface SecondaryIndexProps@Stability(value=Experimental) @Nullable public List<String> getNonKeyAttributes()
getNonKeyAttributes in interface SecondaryIndexProps@Stability(value=Experimental) @Nullable public ProjectionType getProjectionType()
getProjectionType in interface SecondaryIndexPropsCopyright © 2019. All rights reserved.