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