Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Column |
build()
Builds the configured instance.
|
Column.Builder |
comment(java.lang.String comment)
Sets the value of
Column.getComment() |
Column.Builder |
name(java.lang.String name)
Sets the value of
Column.getName() |
Column.Builder |
type(Type type)
Sets the value of
Column.getType() |
public Column.Builder name(java.lang.String name)
Column.getName()
name
- Name of the column. This parameter is required.this
public Column.Builder type(Type type)
Column.getType()
type
- Type of the column. This parameter is required.this
public Column.Builder comment(java.lang.String comment)
Column.getComment()
comment
- Coment describing the column.this