Package com.oracle.bmc.goldengate.model
Class PipelineSchemaTableSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.goldengate.model.PipelineSchemaTableSummary.Builder
-
- Enclosing class:
- PipelineSchemaTableSummary
public static class PipelineSchemaTableSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PipelineSchemaTableSummary
build()
PipelineSchemaTableSummary.Builder
copy(PipelineSchemaTableSummary model)
PipelineSchemaTableSummary.Builder
sourceTableName(String sourceTableName)
The table name from the schema of database connection.PipelineSchemaTableSummary.Builder
targetTableName(String targetTableName)
The table name from the schema of database connection.
-
-
-
Method Detail
-
sourceTableName
public PipelineSchemaTableSummary.Builder sourceTableName(String sourceTableName)
The table name from the schema of database connection.- Parameters:
sourceTableName
- the value to set- Returns:
- this builder
-
targetTableName
public PipelineSchemaTableSummary.Builder targetTableName(String targetTableName)
The table name from the schema of database connection.- Parameters:
targetTableName
- the value to set- Returns:
- this builder
-
build
public PipelineSchemaTableSummary build()
-
copy
public PipelineSchemaTableSummary.Builder copy(PipelineSchemaTableSummary model)
-
-