Interface CfnPartitionPropsMixin.ColumnProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPartitionPropsMixin.ColumnProperty.Jsii$Proxy
- Enclosing class:
CfnPartitionPropsMixin
@Stability(Stable)
public static interface CfnPartitionPropsMixin.ColumnProperty
extends software.amazon.jsii.JsiiSerializable
A column in a
Table .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.glue.*;
ColumnProperty columnProperty = ColumnProperty.builder()
.comment("comment")
.name("name")
.type("type")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPartitionPropsMixin.ColumnPropertystatic final classAn implementation forCfnPartitionPropsMixin.ColumnProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getComment
A free-form text comment.- See Also:
-
getName
The name of theColumn.- See Also:
-
getType
The data type of theColumn.- See Also:
-
builder
-