public static interface CfnTable.ColumnProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.glue.*; ColumnProperty columnProperty = ColumnProperty.builder() .name("name") // the properties below are optional .comment("comment") .type("type") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnTable.ColumnProperty.Builder
A builder for
CfnTable.ColumnProperty |
static class |
CfnTable.ColumnProperty.Jsii$Proxy
An implementation for
CfnTable.ColumnProperty |
Modifier and Type | Method and Description |
---|---|
static CfnTable.ColumnProperty.Builder |
builder() |
default java.lang.String |
getComment()
A free-form text comment.
|
java.lang.String |
getName()
The name of the `Column` .
|
default java.lang.String |
getType()
The data type of the `Column` .
|
java.lang.String getName()
default java.lang.String getComment()
default java.lang.String getType()
static CfnTable.ColumnProperty.Builder builder()
CfnTable.ColumnProperty.Builder
of CfnTable.ColumnProperty