| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Column |
build()
Builds the configured instance.
|
Column.Builder |
dataType(String dataType)
Sets the value of
Column.getDataType() |
Column.Builder |
name(String name)
Sets the value of
Column.getName() |
@Stability(value=Experimental) public Column.Builder dataType(String dataType)
Column.getDataType()dataType - The data type of the column. This parameter is required.this@Stability(value=Experimental) public Column.Builder name(String name)
Column.getName()name - The name of the column. This parameter is required.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.