| 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 |
distKey(Boolean distKey)
Sets the value of
Column.getDistKey() |
Column.Builder |
name(String name)
Sets the value of
Column.getName() |
Column.Builder |
sortKey(Boolean sortKey)
Sets the value of
Column.getSortKey() |
@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.Builder distKey(Boolean distKey)
Column.getDistKey()distKey - Boolean value that indicates whether the column is to be configured as DISTKEY.this@Stability(value=Experimental) public Column.Builder sortKey(Boolean sortKey)
Column.getSortKey()sortKey - Boolean value that indicates whether the column is to be configured as SORTKEY.this@Stability(value=Experimental) public Column build()
build in interface software.amazon.jsii.Builder<Column>ColumnNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.