| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
List<GlueStudioSchemaColumn> |
GlueSchema.columns()
Specifies the column definitions that make up a Glue schema.
|
| Modifier and Type | Method and Description |
|---|---|
GlueSchema.Builder |
GlueSchema.Builder.columns(GlueStudioSchemaColumn... columns)
Specifies the column definitions that make up a Glue schema.
|
| Modifier and Type | Method and Description |
|---|---|
GlueSchema.Builder |
GlueSchema.Builder.columns(Collection<GlueStudioSchemaColumn> columns)
Specifies the column definitions that make up a Glue schema.
|
Copyright © 2023. All rights reserved.