public static interface Column.Builder extends SdkPojo, CopyableBuilder<Column.Builder,Column>
Modifier and Type | Method and Description |
---|---|
Column.Builder |
comment(String comment)
Free-form text comment.
|
Column.Builder |
name(String name)
The name of the
Column . |
Column.Builder |
type(String type)
The datatype of data in the
Column . |
copy
applyMutation, build
Column.Builder name(String name)
The name of the Column
.
name
- The name of the Column
.Column.Builder type(String type)
The datatype of data in the Column
.
type
- The datatype of data in the Column
.Column.Builder comment(String comment)
Free-form text comment.
comment
- Free-form text comment.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.