@Stability(value=Stable) public static final class CfnTable.KeySchemaProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnTable.KeySchemaProperty>
CfnTable.KeySchemaProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTable.KeySchemaProperty.Builder |
attributeName(String attributeName)
Sets the value of
CfnTable.KeySchemaProperty.getAttributeName() |
CfnTable.KeySchemaProperty |
build()
Builds the configured instance.
|
CfnTable.KeySchemaProperty.Builder |
keyType(String keyType)
Sets the value of
CfnTable.KeySchemaProperty.getKeyType() |
@Stability(value=Stable) public CfnTable.KeySchemaProperty.Builder attributeName(String attributeName)
CfnTable.KeySchemaProperty.getAttributeName()attributeName - `CfnTable.KeySchemaProperty.AttributeName`. This parameter is required.this@Stability(value=Stable) public CfnTable.KeySchemaProperty.Builder keyType(String keyType)
CfnTable.KeySchemaProperty.getKeyType()keyType - `CfnTable.KeySchemaProperty.KeyType`. This parameter is required.this@Stability(value=Stable) public CfnTable.KeySchemaProperty build()
build in interface software.amazon.jsii.Builder<CfnTable.KeySchemaProperty>CfnTable.KeySchemaPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.