@Stability(value=Experimental) @Internal public static final class LocalSecondaryIndexProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LocalSecondaryIndexProps
LocalSecondaryIndexPropssoftware.amazon.jsii.JsiiObject.InitializationModeLocalSecondaryIndexProps.Builder, LocalSecondaryIndexProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(Attribute sortKey,
String indexName,
List<String> nonKeyAttributes,
ProjectionType projectionType)
Constructor that initializes the object based on literal property values passed by the
LocalSecondaryIndexProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getIndexName()
(experimental) The name of the secondary index.
|
List<String> |
getNonKeyAttributes()
(experimental) The non-key attributes that are projected into the secondary index.
|
ProjectionType |
getProjectionType()
(experimental) The set of attributes that are projected into the secondary index.
|
Attribute |
getSortKey()
(experimental) The attribute of a sort key for the local secondary index.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(Attribute sortKey, String indexName, List<String> nonKeyAttributes, ProjectionType projectionType)
LocalSecondaryIndexProps.Builder.public final Attribute getSortKey()
LocalSecondaryIndexPropsgetSortKey in interface LocalSecondaryIndexPropspublic final String getIndexName()
SecondaryIndexPropsgetIndexName in interface SecondaryIndexPropspublic final List<String> getNonKeyAttributes()
SecondaryIndexPropsDefault: - No additional attributes
getNonKeyAttributes in interface SecondaryIndexPropspublic final ProjectionType getProjectionType()
SecondaryIndexPropsDefault: ALL
getProjectionType in interface SecondaryIndexProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.