Uses of Class
com.oracle.bmc.goldengate.model.GoogleCloudStorageIcebergStorage.Builder
-
Packages that use GoogleCloudStorageIcebergStorage.Builder Package Description com.oracle.bmc.goldengate.model -
-
Uses of GoogleCloudStorageIcebergStorage.Builder in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return GoogleCloudStorageIcebergStorage.Builder Modifier and Type Method Description GoogleCloudStorageIcebergStorage.BuilderGoogleCloudStorageIcebergStorage.Builder. bucket(String bucket)Google Cloud Storage bucket where Iceberg stores metadata and data files.static GoogleCloudStorageIcebergStorage.BuilderGoogleCloudStorageIcebergStorage. builder()Create a new builder.GoogleCloudStorageIcebergStorage.BuilderGoogleCloudStorageIcebergStorage.Builder. copy(GoogleCloudStorageIcebergStorage model)GoogleCloudStorageIcebergStorage.BuilderGoogleCloudStorageIcebergStorage.Builder. projectId(String projectId)The Google Cloud Project where the bucket exists.GoogleCloudStorageIcebergStorage.BuilderGoogleCloudStorageIcebergStorage.Builder. serviceAccountKeyFileSecretId(String serviceAccountKeyFileSecretId)The OCID of the Secret where the content of the service account key file is stored, which contains the credentials required to use Google Cloud Storage.GoogleCloudStorageIcebergStorage.BuilderGoogleCloudStorageIcebergStorage. toBuilder()
-