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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateAzureDataLakeStorageIcebergStorageDetails.BuilderaccountKeySecretId(String accountKeySecretId)The OCID of the Secret where the account key is stored.CreateAzureDataLakeStorageIcebergStorageDetails.BuilderaccountName(String accountName)Sets the Azure storage account name.CreateAzureDataLakeStorageIcebergStorageDetailsbuild()CreateAzureDataLakeStorageIcebergStorageDetails.Buildercontainer(String container)The Azure Blob Storage container where Iceberg tables are stored.CreateAzureDataLakeStorageIcebergStorageDetails.Buildercopy(CreateAzureDataLakeStorageIcebergStorageDetails model)CreateAzureDataLakeStorageIcebergStorageDetails.Builderendpoint(String endpoint)The Azure Blob Storage endpoint where Iceberg data is stored.
 
- 
- 
- 
Method Detail- 
accountNamepublic CreateAzureDataLakeStorageIcebergStorageDetails.Builder accountName(String accountName) Sets the Azure storage account name.- Parameters:
- accountName- the value to set
- Returns:
- this builder
 
 - 
containerpublic CreateAzureDataLakeStorageIcebergStorageDetails.Builder container(String container) The Azure Blob Storage container where Iceberg tables are stored.- Parameters:
- container- the value to set
- Returns:
- this builder
 
 - 
accountKeySecretIdpublic 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
 
 - 
endpointpublic 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
 
 - 
buildpublic CreateAzureDataLakeStorageIcebergStorageDetails build() 
 - 
copypublic CreateAzureDataLakeStorageIcebergStorageDetails.Builder copy(CreateAzureDataLakeStorageIcebergStorageDetails model) 
 
- 
 
-