Class Column.Builder
java.lang.Object
software.amazon.awscdk.services.glue.alpha.Column.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<Column>
- Enclosing interface:
Column
@Stability(Deprecated)
@Deprecated
public static final class Column.Builder
extends Object
implements software.amazon.jsii.Builder<Column>
Deprecated.
A builder for
Column-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()Deprecated.
-
-
Method Details
-
name
Deprecated.Sets the value ofColumn.getName()- Parameters:
name- Name of the column. This parameter is required.- Returns:
this
-
type
Deprecated.Sets the value ofColumn.getType()- Parameters:
type- Type of the column. This parameter is required.- Returns:
this
-
comment
Deprecated.Sets the value ofColumn.getComment()- Parameters:
comment- Coment describing the column.- Returns:
this
-
build
Deprecated.Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<Column>- Returns:
- a new instance of
Column - Throws:
NullPointerException- if any required attribute was not provided
-