Class SortKeyStep
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appsync.SortKeyStep
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)",
date="2024-09-18T22:16:52.088Z")
@Stability(Stable)
public class SortKeyStep
extends software.amazon.jsii.JsiiObject
Utility class to allow assigning a value or an auto-generated id to a sort key.
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");
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Constructor Summary
ModifierConstructorDescriptionSortKeyStep
(Assign pkey, String skey) protected
SortKeyStep
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
SortKeyStep
(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionauto()
Assign an auto-generated value to the sort key.Assign an auto-generated value to the sort key.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
SortKeyStep
protected SortKeyStep(software.amazon.jsii.JsiiObjectRef objRef) -
SortKeyStep
protected SortKeyStep(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
SortKeyStep
- Parameters:
pkey
- This parameter is required.skey
- This parameter is required.
-
-
Method Details
-
auto
Assign an auto-generated value to the sort key. -
is
Assign an auto-generated value to the sort key.- Parameters:
val
- This parameter is required.
-