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