Package com.oracle.bmc.datasafe.model
Class TableSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.model.TableSummary.Builder
-
- Enclosing class:
- TableSummary
public static class TableSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TableSummary
build()
TableSummary.Builder
copy(TableSummary model)
TableSummary.Builder
schemaName(String schemaName)
Name of the schema.TableSummary.Builder
tableName(String tableName)
Name of the table.
-
-
-
Method Detail
-
tableName
public TableSummary.Builder tableName(String tableName)
Name of the table.- Parameters:
tableName
- the value to set- Returns:
- this builder
-
schemaName
public TableSummary.Builder schemaName(String schemaName)
Name of the schema.- Parameters:
schemaName
- the value to set- Returns:
- this builder
-
build
public TableSummary build()
-
copy
public TableSummary.Builder copy(TableSummary model)
-
-