| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Column |
build()
Builds the configured instance.
|
Column.Builder |
comment(String comment)
Sets the value of
Column.getComment() |
Column.Builder |
name(String name)
Sets the value of
Column.getName() |
Column.Builder |
type(Type type)
Sets the value of
Column.getType() |
@Stability(value=Experimental) public Column.Builder name(String name)
Column.getName()name - Name of the column. This parameter is required.this@Stability(value=Experimental) public Column.Builder type(Type type)
Column.getType()type - Type of the column. This parameter is required.this@Stability(value=Experimental) public Column.Builder comment(String comment)
Column.getComment()comment - Coment describing the column.this@Stability(value=Experimental) public Column build()
build in interface software.amazon.jsii.Builder<Column>ColumnNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.