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