Class AttributeDefinition
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AttributeDefinition.Builder,AttributeDefinition>
Represents an attribute for describing the schema for the table and indexes.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringA name for the attribute.final ScalarAttributeTypeThe data type for the attribute, where:final StringThe data type for the attribute, where:static AttributeDefinition.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends AttributeDefinition.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
attributeName
A name for the attribute.
- Returns:
- A name for the attribute.
-
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,
attributeTypewill returnScalarAttributeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromattributeTypeAsString().- Returns:
- 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
-
- See Also:
-
-
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,
attributeTypewill returnScalarAttributeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromattributeTypeAsString().- Returns:
- 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
-
- See Also:
-
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<AttributeDefinition.Builder,AttributeDefinition>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-