@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:03.152Z") @Stability(value=Experimental) public class SortKeyStep 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.appsync.*; Assign assign; SortKeyStep sortKeyStep = new SortKeyStep(assign, "skey");
| Modifier | Constructor and Description |
|---|---|
|
SortKeyStep(Assign pkey,
String skey) |
protected |
SortKeyStep(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
SortKeyStep(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
PrimaryKey |
auto()
(experimental) Assign an auto-generated value to the sort key.
|
PrimaryKey |
is(String val)
(experimental) Assign an auto-generated value to the sort key.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected SortKeyStep(software.amazon.jsii.JsiiObjectRef objRef)
protected SortKeyStep(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) @NotNull public PrimaryKey auto()
@Stability(value=Experimental) @NotNull public PrimaryKey is(@NotNull String val)
val - This parameter is required.Copyright © 2022. All rights reserved.