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:
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AttributeDefinition.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
,
ScalarAttributeType
AttributeDefinition.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
,
ScalarAttributeType
Copyright © 2021. All rights reserved.