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