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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AzureDataLakeStorageIcebergStorageSummary.Builder
accountKeySecretId(String accountKeySecretId)
The OCID of the Secret where the account key is stored.AzureDataLakeStorageIcebergStorageSummary.Builder
accountName(String accountName)
Sets the Azure storage account name.AzureDataLakeStorageIcebergStorageSummary
build()
AzureDataLakeStorageIcebergStorageSummary.Builder
container(String container)
The Azure Blob Storage container where Iceberg tables are stored.AzureDataLakeStorageIcebergStorageSummary.Builder
copy(AzureDataLakeStorageIcebergStorageSummary model)
AzureDataLakeStorageIcebergStorageSummary.Builder
endpoint(String endpoint)
The Azure Blob Storage endpoint where Iceberg data is stored.
-
-
-
Method Detail
-
accountName
public AzureDataLakeStorageIcebergStorageSummary.Builder accountName(String accountName)
Sets the Azure storage account name.- Parameters:
accountName
- the value to set- Returns:
- this builder
-
container
public AzureDataLakeStorageIcebergStorageSummary.Builder container(String container)
The Azure Blob Storage container where Iceberg tables are stored.- Parameters:
container
- the value to set- Returns:
- this builder
-
accountKeySecretId
public 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
-
endpoint
public 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
-
build
public AzureDataLakeStorageIcebergStorageSummary build()
-
copy
public AzureDataLakeStorageIcebergStorageSummary.Builder copy(AzureDataLakeStorageIcebergStorageSummary model)
-
-