| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
GlueStudioSchemaColumn |
GlueStudioSchemaColumn.clone() |
GlueStudioSchemaColumn |
GlueStudioSchemaColumn.withName(String name)
The name of the column in the Glue Studio schema.
|
GlueStudioSchemaColumn |
GlueStudioSchemaColumn.withType(String type)
The hive type for this column in the Glue Studio schema.
|
| Modifier and Type | Method and Description |
|---|---|
List<GlueStudioSchemaColumn> |
GlueSchema.getColumns()
Specifies the column definitions that make up a Glue schema.
|
| Modifier and Type | Method and Description |
|---|---|
GlueSchema |
GlueSchema.withColumns(GlueStudioSchemaColumn... columns)
Specifies the column definitions that make up a Glue schema.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlueSchema.setColumns(Collection<GlueStudioSchemaColumn> columns)
Specifies the column definitions that make up a Glue schema.
|
GlueSchema |
GlueSchema.withColumns(Collection<GlueStudioSchemaColumn> columns)
Specifies the column definitions that make up a Glue schema.
|
Copyright © 2023. All rights reserved.