Package com.oracle.bmc.goldengate.model
Class AzureDataLakeStorageIcebergStorage.Builder
- java.lang.Object
- 
- com.oracle.bmc.goldengate.model.AzureDataLakeStorageIcebergStorage.Builder
 
- 
- Enclosing class:
- AzureDataLakeStorageIcebergStorage
 
 public static class AzureDataLakeStorageIcebergStorage.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AzureDataLakeStorageIcebergStorage.BuilderaccountKeySecretId(String accountKeySecretId)The OCID of the Secret where the account key is stored.AzureDataLakeStorageIcebergStorage.BuilderaccountName(String accountName)Sets the Azure storage account name.AzureDataLakeStorageIcebergStoragebuild()AzureDataLakeStorageIcebergStorage.Buildercontainer(String container)The Azure Blob Storage container where Iceberg tables are stored.AzureDataLakeStorageIcebergStorage.Buildercopy(AzureDataLakeStorageIcebergStorage model)AzureDataLakeStorageIcebergStorage.Builderendpoint(String endpoint)The Azure Blob Storage endpoint where Iceberg data is stored.
 
- 
- 
- 
Method Detail- 
accountNamepublic AzureDataLakeStorageIcebergStorage.Builder accountName(String accountName) Sets the Azure storage account name.- Parameters:
- accountName- the value to set
- Returns:
- this builder
 
 - 
containerpublic AzureDataLakeStorageIcebergStorage.Builder container(String container) The Azure Blob Storage container where Iceberg tables are stored.- Parameters:
- container- the value to set
- Returns:
- this builder
 
 - 
accountKeySecretIdpublic AzureDataLakeStorageIcebergStorage.Builder accountKeySecretId(String accountKeySecretId) The OCID of the Secret where the account key is stored.- Parameters:
- accountKeySecretId- the value to set
- Returns:
- this builder
 
 - 
endpointpublic AzureDataLakeStorageIcebergStorage.Builder endpoint(String endpoint) The Azure Blob Storage endpoint where Iceberg data is stored.e.g.: ‘https://my-azure-storage-account.blob.core.windows.net’ - Parameters:
- endpoint- the value to set
- Returns:
- this builder
 
 - 
buildpublic AzureDataLakeStorageIcebergStorage build() 
 - 
copypublic AzureDataLakeStorageIcebergStorage.Builder copy(AzureDataLakeStorageIcebergStorage model) 
 
- 
 
-