Package com.oracle.bmc.goldengate.model
Class RestIcebergCatalog.Builder
- java.lang.Object
- 
- com.oracle.bmc.goldengate.model.RestIcebergCatalog.Builder
 
- 
- Enclosing class:
- RestIcebergCatalog
 
 public static class RestIcebergCatalog.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RestIcebergCatalogbuild()RestIcebergCatalog.Buildercopy(RestIcebergCatalog model)RestIcebergCatalog.BuilderpropertiesSecretId(String propertiesSecretId)The OCID of the Secret that stores the content of the configuration file containing additional properties for the REST catalog.RestIcebergCatalog.Builderuri(String uri)The base URL for the REST Catalog API.
 
- 
- 
- 
Method Detail- 
uripublic RestIcebergCatalog.Builder uri(String uri) The base URL for the REST Catalog API.e.g.: ‘https://my-rest-catalog.example.com/api/v1’ - Parameters:
- uri- the value to set
- Returns:
- this builder
 
 - 
propertiesSecretIdpublic RestIcebergCatalog.Builder propertiesSecretId(String propertiesSecretId) The OCID of the Secret that stores the content of the configuration file containing additional properties for the REST catalog.See documentation: https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingcredentials.htm - Parameters:
- propertiesSecretId- the value to set
- Returns:
- this builder
 
 - 
buildpublic RestIcebergCatalog build() 
 - 
copypublic RestIcebergCatalog.Builder copy(RestIcebergCatalog model) 
 
- 
 
-