public static final class CfnPartition.ColumnProperty.Builder
extends java.lang.Object
CfnPartition.ColumnProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnPartition.ColumnProperty |
build()
Builds the configured instance.
|
CfnPartition.ColumnProperty.Builder |
comment(java.lang.String comment)
Sets the value of
CfnPartition.ColumnProperty.getComment() |
CfnPartition.ColumnProperty.Builder |
name(java.lang.String name)
Sets the value of
CfnPartition.ColumnProperty.getName() |
CfnPartition.ColumnProperty.Builder |
type(java.lang.String type)
Sets the value of
CfnPartition.ColumnProperty.getType() |
public CfnPartition.ColumnProperty.Builder name(java.lang.String name)
CfnPartition.ColumnProperty.getName()
name
- The name of the `Column` . This parameter is required.this
public CfnPartition.ColumnProperty.Builder comment(java.lang.String comment)
CfnPartition.ColumnProperty.getComment()
comment
- A free-form text comment.this
public CfnPartition.ColumnProperty.Builder type(java.lang.String type)
CfnPartition.ColumnProperty.getType()
type
- The data type of the `Column` .this
public CfnPartition.ColumnProperty build()
CfnPartition.ColumnProperty
java.lang.NullPointerException
- if any required attribute was not provided