| Package | Description |
|---|---|
| com.amazonaws.services.lakeformation.model |
| Modifier and Type | Method and Description |
|---|---|
TableWithColumnsResource |
TableWithColumnsResource.clone() |
TableWithColumnsResource |
Resource.getTableWithColumns()
The table with columns for the resource.
|
TableWithColumnsResource |
TableWithColumnsResource.withCatalogId(String catalogId)
The identifier for the Data Catalog.
|
TableWithColumnsResource |
TableWithColumnsResource.withColumnNames(Collection<String> columnNames)
The list of column names for the table.
|
TableWithColumnsResource |
TableWithColumnsResource.withColumnNames(String... columnNames)
The list of column names for the table.
|
TableWithColumnsResource |
TableWithColumnsResource.withColumnWildcard(ColumnWildcard columnWildcard)
A wildcard specified by a
ColumnWildcard object. |
TableWithColumnsResource |
TableWithColumnsResource.withDatabaseName(String databaseName)
The name of the database for the table with columns resource.
|
TableWithColumnsResource |
TableWithColumnsResource.withName(String name)
The name of the table resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Resource.setTableWithColumns(TableWithColumnsResource tableWithColumns)
The table with columns for the resource.
|
Resource |
Resource.withTableWithColumns(TableWithColumnsResource tableWithColumns)
The table with columns for the resource.
|
Copyright © 2020. All rights reserved.