public static interface AttributeDefinition.Builder extends SdkPojo, CopyableBuilder<AttributeDefinition.Builder,AttributeDefinition>
| Modifier and Type | Method and Description |
|---|---|
AttributeDefinition.Builder |
attributeName(String attributeName)
A name for the attribute.
|
AttributeDefinition.Builder |
attributeType(ScalarAttributeType attributeType)
The data type for the attribute, where:
|
AttributeDefinition.Builder |
attributeType(String attributeType)
The data type for the attribute, where:
|
copyapplyMutation, 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
ScalarAttributeType,
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
ScalarAttributeType,
ScalarAttributeTypeCopyright © 2019. All rights reserved.