public static interface DataCellsFilterResource.Builder extends SdkPojo, CopyableBuilder<DataCellsFilterResource.Builder,DataCellsFilterResource>
| Modifier and Type | Method and Description |
|---|---|
DataCellsFilterResource.Builder |
databaseName(String databaseName)
A database in the Glue Data Catalog.
|
DataCellsFilterResource.Builder |
name(String name)
The name of the data cells filter.
|
DataCellsFilterResource.Builder |
tableCatalogId(String tableCatalogId)
The ID of the catalog to which the table belongs.
|
DataCellsFilterResource.Builder |
tableName(String tableName)
The name of the table.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataCellsFilterResource.Builder tableCatalogId(String tableCatalogId)
The ID of the catalog to which the table belongs.
tableCatalogId - The ID of the catalog to which the table belongs.DataCellsFilterResource.Builder databaseName(String databaseName)
A database in the Glue Data Catalog.
databaseName - A database in the Glue Data Catalog.DataCellsFilterResource.Builder tableName(String tableName)
The name of the table.
tableName - The name of the table.DataCellsFilterResource.Builder name(String name)
The name of the data cells filter.
name - The name of the data cells filter.Copyright © 2022. All rights reserved.