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