Package com.oracle.bmc.goldengate.model
Class AzureDataLakeStorageIcebergStorageSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.goldengate.model.AzureDataLakeStorageIcebergStorageSummary.Builder
 
- 
- Enclosing class:
- AzureDataLakeStorageIcebergStorageSummary
 
 public static class AzureDataLakeStorageIcebergStorageSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AzureDataLakeStorageIcebergStorageSummary.BuilderaccountKeySecretId(String accountKeySecretId)The OCID of the Secret where the account key is stored.AzureDataLakeStorageIcebergStorageSummary.BuilderaccountName(String accountName)Sets the Azure storage account name.AzureDataLakeStorageIcebergStorageSummarybuild()AzureDataLakeStorageIcebergStorageSummary.Buildercontainer(String container)The Azure Blob Storage container where Iceberg tables are stored.AzureDataLakeStorageIcebergStorageSummary.Buildercopy(AzureDataLakeStorageIcebergStorageSummary model)AzureDataLakeStorageIcebergStorageSummary.Builderendpoint(String endpoint)The Azure Blob Storage endpoint where Iceberg data is stored.
 
- 
- 
- 
Method Detail- 
accountNamepublic AzureDataLakeStorageIcebergStorageSummary.Builder accountName(String accountName) Sets the Azure storage account name.- Parameters:
- accountName- the value to set
- Returns:
- this builder
 
 - 
containerpublic AzureDataLakeStorageIcebergStorageSummary.Builder container(String container) The Azure Blob Storage container where Iceberg tables are stored.- Parameters:
- container- the value to set
- Returns:
- this builder
 
 - 
accountKeySecretIdpublic AzureDataLakeStorageIcebergStorageSummary.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 AzureDataLakeStorageIcebergStorageSummary.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 AzureDataLakeStorageIcebergStorageSummary build() 
 - 
copypublic AzureDataLakeStorageIcebergStorageSummary.Builder copy(AzureDataLakeStorageIcebergStorageSummary model) 
 
- 
 
-