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