Interface Field.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Field.Builder,,Field> SdkBuilder<Field.Builder,,Field> SdkPojo
- Enclosing class:
 Field
- 
Method Summary
Modifier and TypeMethodDescriptionThe name of the field.The data type of the field.The data type of the field.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, sdkFields 
- 
Method Details
- 
name
The name of the field.
- Parameters:
 name- The name of the field.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
type
The data type of the field.
- Parameters:
 type- The data type of the field.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
type
The data type of the field.
- Parameters:
 type- The data type of the field.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -