Interface DataCellsFilterResource.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DataCellsFilterResource.Builder,DataCellsFilterResource>,SdkBuilder<DataCellsFilterResource.Builder,DataCellsFilterResource>,SdkPojo
- Enclosing class:
- DataCellsFilterResource
public static interface DataCellsFilterResource.Builder extends SdkPojo, CopyableBuilder<DataCellsFilterResource.Builder,DataCellsFilterResource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataCellsFilterResource.BuilderdatabaseName(String databaseName)A database in the Glue Data Catalog.DataCellsFilterResource.Buildername(String name)The name of the data cells filter.DataCellsFilterResource.BuildertableCatalogId(String tableCatalogId)The ID of the catalog to which the table belongs.DataCellsFilterResource.BuildertableName(String tableName)The name of the table.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
tableCatalogId
DataCellsFilterResource.Builder tableCatalogId(String tableCatalogId)
The ID of the catalog to which the table belongs.
- Parameters:
tableCatalogId- The ID of the catalog to which the table belongs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
databaseName
DataCellsFilterResource.Builder databaseName(String databaseName)
A database in the Glue Data Catalog.
- Parameters:
databaseName- A database in the Glue Data Catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableName
DataCellsFilterResource.Builder tableName(String tableName)
The name of the table.
- Parameters:
tableName- The name of the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
DataCellsFilterResource.Builder name(String name)
The name of the data cells filter.
- Parameters:
name- The name of the data cells filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-