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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RestIcebergCatalog
build()
RestIcebergCatalog.Builder
copy(RestIcebergCatalog model)
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.RestIcebergCatalog.Builder
uri(String uri)
The base URL for the REST Catalog API.
-
-
-
Method Detail
-
uri
public 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
-
propertiesSecretId
public 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
-
build
public RestIcebergCatalog build()
-
copy
public RestIcebergCatalog.Builder copy(RestIcebergCatalog model)
-
-