@Generated(value="software.amazon.awssdk:codegen") public final class AttributeDefinition extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AttributeDefinition.Builder,AttributeDefinition>
Represents an attribute for describing the key schema for the table and indexes.
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
AttributeDefinition.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
attributeName()
 A name for the attribute. 
 | 
ScalarAttributeType | 
attributeType()
 The data type for the attribute, where: 
 | 
String | 
attributeTypeAsString()
 The data type for the attribute, where: 
 | 
static AttributeDefinition.Builder | 
builder()  | 
boolean | 
equals(Object obj)  | 
<T> Optional<T> | 
getValueForField(String fieldName,
                Class<T> clazz)  | 
int | 
hashCode()  | 
List<SdkField<?>> | 
sdkFields()  | 
static Class<? extends AttributeDefinition.Builder> | 
serializableBuilderClass()  | 
AttributeDefinition.Builder | 
toBuilder()
Take this object and create a builder that contains all of the current property values of this object. 
 | 
String | 
toString()  | 
copypublic String attributeName()
A name for the attribute.
public 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
 
 If the service returns an enum value that is not available in the current SDK version, attributeType
 will return ScalarAttributeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
 available from attributeTypeAsString().
 
         S - the attribute is of type String
         
         N - the attribute is of type Number
         
         B - the attribute is of type Binary
         
ScalarAttributeTypepublic String attributeTypeAsString()
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
 
 If the service returns an enum value that is not available in the current SDK version, attributeType
 will return ScalarAttributeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
 available from attributeTypeAsString().
 
         S - the attribute is of type String
         
         N - the attribute is of type Number
         
         B - the attribute is of type Binary
         
ScalarAttributeTypepublic AttributeDefinition.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<AttributeDefinition.Builder,AttributeDefinition>public static AttributeDefinition.Builder builder()
public static Class<? extends AttributeDefinition.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.