Package com.oracle.bmc.goldengate.model
Class RestIcebergCatalogSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.goldengate.model.RestIcebergCatalogSummary.Builder
 
- 
- Enclosing class:
- RestIcebergCatalogSummary
 
 public static class RestIcebergCatalogSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RestIcebergCatalogSummarybuild()RestIcebergCatalogSummary.Buildercopy(RestIcebergCatalogSummary model)RestIcebergCatalogSummary.BuilderpropertiesSecretId(String propertiesSecretId)The OCID of the Secret that stores the content of the configuration file containing additional properties for the REST catalog.RestIcebergCatalogSummary.Builderuri(String uri)The base URL for the REST Catalog API.
 
- 
- 
- 
Method Detail- 
uripublic RestIcebergCatalogSummary.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 RestIcebergCatalogSummary.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 RestIcebergCatalogSummary build() 
 - 
copypublic RestIcebergCatalogSummary.Builder copy(RestIcebergCatalogSummary model) 
 
- 
 
-