Package com.oracle.bmc.goldengate.model
Class GoogleCloudStorageIcebergStorage.Builder
- java.lang.Object
- 
- com.oracle.bmc.goldengate.model.GoogleCloudStorageIcebergStorage.Builder
 
- 
- Enclosing class:
- GoogleCloudStorageIcebergStorage
 
 public static class GoogleCloudStorageIcebergStorage.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GoogleCloudStorageIcebergStorage.Builderbucket(String bucket)Google Cloud Storage bucket where Iceberg stores metadata and data files.GoogleCloudStorageIcebergStoragebuild()GoogleCloudStorageIcebergStorage.Buildercopy(GoogleCloudStorageIcebergStorage model)GoogleCloudStorageIcebergStorage.BuilderprojectId(String projectId)The Google Cloud Project where the bucket exists.GoogleCloudStorageIcebergStorage.BuilderserviceAccountKeyFileSecretId(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.
 
- 
- 
- 
Method Detail- 
bucketpublic GoogleCloudStorageIcebergStorage.Builder bucket(String bucket) Google Cloud Storage bucket where Iceberg stores metadata and data files.- Parameters:
- bucket- the value to set
- Returns:
- this builder
 
 - 
projectIdpublic GoogleCloudStorageIcebergStorage.Builder projectId(String projectId) The Google Cloud Project where the bucket exists.- Parameters:
- projectId- the value to set
- Returns:
- this builder
 
 - 
serviceAccountKeyFileSecretIdpublic GoogleCloudStorageIcebergStorage.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.- Parameters:
- serviceAccountKeyFileSecretId- the value to set
- Returns:
- this builder
 
 - 
buildpublic GoogleCloudStorageIcebergStorage build() 
 - 
copypublic GoogleCloudStorageIcebergStorage.Builder copy(GoogleCloudStorageIcebergStorage model) 
 
- 
 
-