Class TablePatch.Builder
- java.lang.Object
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.TablePatch.Builder
-
- Enclosing class:
- TablePatch
public static class TablePatch.Builder extends java.lang.Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Instantiates a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TablePatch
build()
Builds a TablePatch.TablePatch.Builder
tableName(java.lang.String tableName)
Set the tableName.
-
-
-
Method Detail
-
build
public TablePatch build()
Builds a TablePatch.- Returns:
- the new TablePatch instance
-
tableName
public TablePatch.Builder tableName(java.lang.String tableName)
Set the tableName.- Parameters:
tableName
- the tableName- Returns:
- the TablePatch builder
-
-