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