Package com.oracle.bmc.goldengate.model
Class PolarisIcebergCatalog.Builder
- java.lang.Object
- 
- com.oracle.bmc.goldengate.model.PolarisIcebergCatalog.Builder
 
- 
- Enclosing class:
- PolarisIcebergCatalog
 
 public static class PolarisIcebergCatalog.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PolarisIcebergCatalogbuild()PolarisIcebergCatalog.BuilderclientId(String clientId)The OAuth client ID used for authentication.PolarisIcebergCatalog.BuilderclientSecretSecretId(String clientSecretSecretId)The OCID of the Secret that stores the password Oracle GoldenGate uses to connect to Snowflake platform.PolarisIcebergCatalog.Buildercopy(PolarisIcebergCatalog model)PolarisIcebergCatalog.Buildername(String name)The catalog name within Polaris where Iceberg tables are registered.PolarisIcebergCatalog.BuilderprincipalRole(String principalRole)The Snowflake role used to access Polaris.PolarisIcebergCatalog.Builderuri(String uri)The URL endpoint for the Polaris API.
 
- 
- 
- 
Method Detail- 
uripublic PolarisIcebergCatalog.Builder uri(String uri) The URL endpoint for the Polaris API.e.g.: ‘https:// .snowflakecomputing.com/polaris/api/catalog’ - Parameters:
- uri- the value to set
- Returns:
- this builder
 
 - 
namepublic PolarisIcebergCatalog.Builder name(String name) The catalog name within Polaris where Iceberg tables are registered.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
clientIdpublic PolarisIcebergCatalog.Builder clientId(String clientId) The OAuth client ID used for authentication.- Parameters:
- clientId- the value to set
- Returns:
- this builder
 
 - 
clientSecretSecretIdpublic PolarisIcebergCatalog.Builder clientSecretSecretId(String clientSecretSecretId) The OCID of the Secret that stores the password Oracle GoldenGate uses to connect to Snowflake platform.- Parameters:
- clientSecretSecretId- the value to set
- Returns:
- this builder
 
 - 
principalRolepublic PolarisIcebergCatalog.Builder principalRole(String principalRole) The Snowflake role used to access Polaris.- Parameters:
- principalRole- the value to set
- Returns:
- this builder
 
 - 
buildpublic PolarisIcebergCatalog build() 
 - 
copypublic PolarisIcebergCatalog.Builder copy(PolarisIcebergCatalog model) 
 
- 
 
-