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