CopyableBuilder<AttributeDefinition.Builder,AttributeDefinition>, SdkBuilder<AttributeDefinition.Builder,AttributeDefinition>public static interface AttributeDefinition.Builder extends CopyableBuilder<AttributeDefinition.Builder,AttributeDefinition>
| Modifier and Type | Method | Description |
|---|---|---|
AttributeDefinition.Builder |
attributeName(String attributeName) |
A name for the attribute.
|
AttributeDefinition.Builder |
attributeType(String attributeType) |
The data type for the attribute, where:
|
AttributeDefinition.Builder |
attributeType(ScalarAttributeType attributeType) |
The data type for the attribute, where:
|
copyapply, buildAttributeDefinition.Builder attributeName(String attributeName)
A name for the attribute.
attributeName - A name for the attribute.AttributeDefinition.Builder attributeType(String attributeType)
The data type for the attribute, where:
S - the attribute is of type String
N - the attribute is of type Number
B - the attribute is of type Binary
attributeType - The data type for the attribute, where:
S - the attribute is of type String
N - the attribute is of type Number
B - the attribute is of type Binary
ScalarAttributeTypeAttributeDefinition.Builder attributeType(ScalarAttributeType attributeType)
The data type for the attribute, where:
S - the attribute is of type String
N - the attribute is of type Number
B - the attribute is of type Binary
attributeType - The data type for the attribute, where:
S - the attribute is of type String
N - the attribute is of type Number
B - the attribute is of type Binary
ScalarAttributeTypeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.