@Stability(value=Stable) public static final class CfnGlobalTable.AttributeDefinitionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnGlobalTable.AttributeDefinitionProperty>
CfnGlobalTable.AttributeDefinitionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnGlobalTable.AttributeDefinitionProperty.Builder |
attributeName(String attributeName)
Sets the value of
CfnGlobalTable.AttributeDefinitionProperty.getAttributeName() |
CfnGlobalTable.AttributeDefinitionProperty.Builder |
attributeType(String attributeType)
Sets the value of
CfnGlobalTable.AttributeDefinitionProperty.getAttributeType() |
CfnGlobalTable.AttributeDefinitionProperty |
build()
Builds the configured instance.
|
@Stability(value=Stable) public CfnGlobalTable.AttributeDefinitionProperty.Builder attributeName(String attributeName)
CfnGlobalTable.AttributeDefinitionProperty.getAttributeName()attributeName - A name for the attribute. This parameter is required.this@Stability(value=Stable) public CfnGlobalTable.AttributeDefinitionProperty.Builder attributeType(String attributeType)
CfnGlobalTable.AttributeDefinitionProperty.getAttributeType()attributeType - The data type for the attribute, where:. This parameter is required.
S - the attribute is of type StringN - the attribute is of type NumberB - the attribute is of type Binarythis@Stability(value=Stable) public CfnGlobalTable.AttributeDefinitionProperty build()
build in interface software.amazon.jsii.Builder<CfnGlobalTable.AttributeDefinitionProperty>CfnGlobalTable.AttributeDefinitionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.