@Stability(value=Stable)
public static interface CfnTable.ColumnProperty
extends software.amazon.jsii.JsiiSerializable
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 String |
getComment()
A free-form text comment.
|
String |
getName()
The name of the `Column` .
|
default String |
getType()
The data type of the `Column` .
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default String getComment()
@Stability(value=Stable) @Nullable default String getType()
@Stability(value=Stable) static CfnTable.ColumnProperty.Builder builder()
CfnTable.ColumnProperty.Builder of CfnTable.ColumnPropertyCopyright © 2022. All rights reserved.