public static interface TableWithColumnsResource.Builder extends SdkPojo, CopyableBuilder<TableWithColumnsResource.Builder,TableWithColumnsResource>
| Modifier and Type | Method and Description |
|---|---|
TableWithColumnsResource.Builder |
catalogId(String catalogId)
The identifier for the Data Catalog.
|
TableWithColumnsResource.Builder |
columnNames(Collection<String> columnNames)
The list of column names for the table.
|
TableWithColumnsResource.Builder |
columnNames(String... columnNames)
The list of column names for the table.
|
TableWithColumnsResource.Builder |
columnWildcard(ColumnWildcard columnWildcard)
A wildcard specified by a
ColumnWildcard object. |
default TableWithColumnsResource.Builder |
columnWildcard(Consumer<ColumnWildcard.Builder> columnWildcard)
A wildcard specified by a
ColumnWildcard object. |
TableWithColumnsResource.Builder |
databaseName(String databaseName)
The name of the database for the table with columns resource.
|
TableWithColumnsResource.Builder |
name(String name)
The name of the table resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTableWithColumnsResource.Builder catalogId(String catalogId)
The identifier for the Data Catalog. By default, it is the account ID of the caller.
catalogId - The identifier for the Data Catalog. By default, it is the account ID of the caller.TableWithColumnsResource.Builder databaseName(String databaseName)
The name of the database for the table with columns resource. Unique to the Data Catalog. A database is a set of associated table definitions organized into a logical group. You can Grant and Revoke database privileges to a principal.
databaseName - The name of the database for the table with columns resource. Unique to the Data Catalog. A database
is a set of associated table definitions organized into a logical group. You can Grant and Revoke
database privileges to a principal.TableWithColumnsResource.Builder name(String name)
The name of the table resource. A table is a metadata definition that represents your data. You can Grant and Revoke table privileges to a principal.
name - The name of the table resource. A table is a metadata definition that represents your data. You can
Grant and Revoke table privileges to a principal.TableWithColumnsResource.Builder columnNames(Collection<String> columnNames)
The list of column names for the table. At least one of ColumnNames or
ColumnWildcard is required.
columnNames - The list of column names for the table. At least one of ColumnNames or
ColumnWildcard is required.TableWithColumnsResource.Builder columnNames(String... columnNames)
The list of column names for the table. At least one of ColumnNames or
ColumnWildcard is required.
columnNames - The list of column names for the table. At least one of ColumnNames or
ColumnWildcard is required.TableWithColumnsResource.Builder columnWildcard(ColumnWildcard columnWildcard)
A wildcard specified by a ColumnWildcard object. At least one of ColumnNames or
ColumnWildcard is required.
columnWildcard - A wildcard specified by a ColumnWildcard object. At least one of ColumnNames
or ColumnWildcard is required.default TableWithColumnsResource.Builder columnWildcard(Consumer<ColumnWildcard.Builder> columnWildcard)
A wildcard specified by a ColumnWildcard object. At least one of ColumnNames or
ColumnWildcard is required.
ColumnWildcard.Builder avoiding the need to
create one manually via ColumnWildcard.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to columnWildcard(ColumnWildcard).columnWildcard - a consumer that will call methods on ColumnWildcard.BuildercolumnWildcard(ColumnWildcard)Copyright © 2022. All rights reserved.