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