| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
TableInput |
UpdateTableRequest.tableInput()
An updated
TableInput object to define the metadata table in the catalog. |
TableInput |
CreateTableRequest.tableInput()
The
TableInput object that defines the metadata table to create in the catalog. |
| Modifier and Type | Method and Description |
|---|---|
UpdateTableRequest.Builder |
UpdateTableRequest.Builder.tableInput(TableInput tableInput)
An updated
TableInput object to define the metadata table in the catalog. |
CreateTableRequest.Builder |
CreateTableRequest.Builder.tableInput(TableInput tableInput)
The
TableInput object that defines the metadata table to create in the catalog. |
Copyright © 2023. All rights reserved.