@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:26.983Z") @Stability(value=Experimental) public class PrimaryKey extends software.amazon.jsii.JsiiObject
It either contains the full primary key or only the partition key.
| Modifier | Constructor and Description |
|---|---|
|
PrimaryKey(Assign pkey) |
|
PrimaryKey(Assign pkey,
Assign skey) |
protected |
PrimaryKey(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
PrimaryKey(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
protected Assign |
getPkey() |
static PartitionKeyStep |
partition(String key)
(experimental) Allows assigning a value to the partition key.
|
String |
renderTemplate()
(experimental) Renders the key assignment to a VTL string.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected PrimaryKey(software.amazon.jsii.JsiiObjectRef objRef)
protected PrimaryKey(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public PrimaryKey(@NotNull
Assign pkey,
@Nullable
Assign skey)
pkey - This parameter is required.skey - @Stability(value=Experimental)
public PrimaryKey(@NotNull
Assign pkey)
pkey - This parameter is required.@Stability(value=Experimental) @NotNull public static PartitionKeyStep partition(@NotNull String key)
key - This parameter is required.@Stability(value=Experimental) @NotNull public String renderTemplate()
@Stability(value=Experimental) @NotNull protected Assign getPkey()
Copyright © 2021. All rights reserved.