@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:24.881Z") @Stability(value=Experimental) public class PartitionKeyStep 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.*;
PartitionKeyStep partitionKeyStep = new PartitionKeyStep("key");
| Modifier | Constructor and Description |
|---|---|
protected |
PartitionKeyStep(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
PartitionKeyStep(software.amazon.jsii.JsiiObjectRef objRef) |
|
PartitionKeyStep(String key) |
| Modifier and Type | Method and Description |
|---|---|
PartitionKey |
auto()
(experimental) Assign an auto-generated value to the partition key.
|
PartitionKey |
is(String val)
(experimental) Assign an auto-generated value to the partition key.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected PartitionKeyStep(software.amazon.jsii.JsiiObjectRef objRef)
protected PartitionKeyStep(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public PartitionKeyStep(@NotNull
String key)
key - This parameter is required.@Stability(value=Experimental) @NotNull public PartitionKey auto()
@Stability(value=Experimental) @NotNull public PartitionKey is(@NotNull String val)
val - This parameter is required.Copyright © 2022. All rights reserved.