Package com.oracle.bmc.goldengate.model
Class NessieIcebergCatalog.Builder
- java.lang.Object
- 
- com.oracle.bmc.goldengate.model.NessieIcebergCatalog.Builder
 
- 
- Enclosing class:
- NessieIcebergCatalog
 
 public static class NessieIcebergCatalog.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description NessieIcebergCatalog.Builderbranch(String branch)The active branch of the Nessie catalog from which Iceberg reads and writes table metadata.NessieIcebergCatalogbuild()NessieIcebergCatalog.Buildercopy(NessieIcebergCatalog model)NessieIcebergCatalog.Builderuri(String uri)Nessie URI.
 
- 
- 
- 
Method Detail- 
uripublic NessieIcebergCatalog.Builder uri(String uri) Nessie URI.e.g.: ‘http:// .com:10001/api/v2’ - Parameters:
- uri- the value to set
- Returns:
- this builder
 
 - 
branchpublic NessieIcebergCatalog.Builder branch(String branch) The active branch of the Nessie catalog from which Iceberg reads and writes table metadata.- Parameters:
- branch- the value to set
- Returns:
- this builder
 
 - 
buildpublic NessieIcebergCatalog build() 
 - 
copypublic NessieIcebergCatalog.Builder copy(NessieIcebergCatalog model) 
 
- 
 
-