@Stability(value=Stable)
public static interface CfnSimpleTable.PrimaryKeyProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sam.*;
PrimaryKeyProperty primaryKeyProperty = PrimaryKeyProperty.builder()
.type("type")
// the properties below are optional
.name("name")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSimpleTable.PrimaryKeyProperty.Builder
A builder for
CfnSimpleTable.PrimaryKeyProperty |
static class |
CfnSimpleTable.PrimaryKeyProperty.Jsii$Proxy
An implementation for
CfnSimpleTable.PrimaryKeyProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSimpleTable.PrimaryKeyProperty.Builder |
builder() |
default String |
getName()
`CfnSimpleTable.PrimaryKeyProperty.Name`.
|
String |
getType()
`CfnSimpleTable.PrimaryKeyProperty.Type`.
|
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) static CfnSimpleTable.PrimaryKeyProperty.Builder builder()
Copyright © 2022. All rights reserved.