Interface FieldDefinition.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FieldDefinition.Builder,,FieldDefinition> SdkBuilder<FieldDefinition.Builder,,FieldDefinition> SdkPojo
- Enclosing class:
FieldDefinition
@Mutable
@NotThreadSafe
public static interface FieldDefinition.Builder
extends SdkPojo, CopyableBuilder<FieldDefinition.Builder,FieldDefinition>
-
Method Summary
Modifier and TypeMethodDescriptionfieldDataType(String fieldDataType) The data type of the field.fieldDataType(FieldDataType fieldDataType) The data type of the field.The name of the field in the entity schema.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the field in the entity schema.
- Parameters:
name- The name of the field in the entity schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fieldDataType
The data type of the field.
- Parameters:
fieldDataType- The data type of the field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
fieldDataType
The data type of the field.
- Parameters:
fieldDataType- The data type of the field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-