Class CreateAzureDataLakeStorageConnectionDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.goldengate.model.CreateAzureDataLakeStorageConnectionDetails.Builder
-
- Enclosing class:
- CreateAzureDataLakeStorageConnectionDetails
public static class CreateAzureDataLakeStorageConnectionDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
displayName
public CreateAzureDataLakeStorageConnectionDetails.Builder displayName(String displayName)
-
description
public CreateAzureDataLakeStorageConnectionDetails.Builder description(String description)
-
compartmentId
public CreateAzureDataLakeStorageConnectionDetails.Builder compartmentId(String compartmentId)
-
freeformTags
public CreateAzureDataLakeStorageConnectionDetails.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public CreateAzureDataLakeStorageConnectionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
locks
public CreateAzureDataLakeStorageConnectionDetails.Builder locks(List<AddResourceLockDetails> locks)
-
vaultId
public CreateAzureDataLakeStorageConnectionDetails.Builder vaultId(String vaultId)
-
keyId
public CreateAzureDataLakeStorageConnectionDetails.Builder keyId(String keyId)
-
nsgIds
public CreateAzureDataLakeStorageConnectionDetails.Builder nsgIds(List<String> nsgIds)
-
subnetId
public CreateAzureDataLakeStorageConnectionDetails.Builder subnetId(String subnetId)
-
routingMethod
public CreateAzureDataLakeStorageConnectionDetails.Builder routingMethod(RoutingMethod routingMethod)
-
doesUseSecretIds
public CreateAzureDataLakeStorageConnectionDetails.Builder doesUseSecretIds(Boolean doesUseSecretIds)
-
technologyType
public CreateAzureDataLakeStorageConnectionDetails.Builder technologyType(AzureDataLakeStorageConnection.TechnologyType technologyType)
The Azure Data Lake Storage technology type.- Parameters:
technologyType
- the value to set- Returns:
- this builder
-
authenticationType
public CreateAzureDataLakeStorageConnectionDetails.Builder authenticationType(AzureDataLakeStorageConnection.AuthenticationType authenticationType)
Used authentication mechanism to access Azure Data Lake Storage.- Parameters:
authenticationType
- the value to set- Returns:
- this builder
-
accountName
public CreateAzureDataLakeStorageConnectionDetails.Builder accountName(String accountName)
Sets the Azure storage account name.- Parameters:
accountName
- the value to set- Returns:
- this builder
-
accountKey
public CreateAzureDataLakeStorageConnectionDetails.Builder accountKey(String accountKey)
Azure storage account key.This property is required when ‘authenticationType’ is set to ‘SHARED_KEY’. e.g.: pa3WbhVATzj56xD4DH1VjOUhApRGEGHvOo58eQJVWIzX+j8j4CUVFcTjpIqDSRaSa1Wo2LbWY5at+AStEgLOIQ== Deprecated: This field is deprecated and replaced by “accountKeySecretId”. This field will be removed after February 15 2026.
- Parameters:
accountKey
- the value to set- Returns:
- this builder
-
accountKeySecretId
public CreateAzureDataLakeStorageConnectionDetails.Builder accountKeySecretId(String accountKeySecretId)
The OCID of the Secret where the account key is stored.Note: When provided, ‘accountKey’ field must not be provided.
- Parameters:
accountKeySecretId
- the value to set- Returns:
- this builder
-
sasToken
public CreateAzureDataLakeStorageConnectionDetails.Builder sasToken(String sasToken)
Credential that uses a shared access signature (SAS) to authenticate to an Azure Service.This property is required when ‘authenticationType’ is set to ‘SHARED_ACCESS_SIGNATURE’. e.g.: ?sv=2020-06-08&ss=bfqt&srt=sco&sp=rwdlacupyx&se=2020-09-10T20:27:28Z&st=2022-08-05T12:27:28Z&spr=https&sig=C1IgHsiLBmTSStYkXXGLTP8it0xBrArcgCqOsZbXwIQ%3D Deprecated: This field is deprecated and replaced by “sasTokenSecretId”. This field will be removed after February 15 2026.
- Parameters:
sasToken
- the value to set- Returns:
- this builder
-
sasTokenSecretId
public CreateAzureDataLakeStorageConnectionDetails.Builder sasTokenSecretId(String sasTokenSecretId)
The OCID of the Secret where the sas token is stored.Note: When provided, ‘sasToken’ field must not be provided.
- Parameters:
sasTokenSecretId
- the value to set- Returns:
- this builder
-
azureTenantId
public CreateAzureDataLakeStorageConnectionDetails.Builder azureTenantId(String azureTenantId)
Azure tenant ID of the application.This property is required when ‘authenticationType’ is set to ‘AZURE_ACTIVE_DIRECTORY’. e.g.: 14593954-d337-4a61-a364-9f758c64f97f
- Parameters:
azureTenantId
- the value to set- Returns:
- this builder
-
clientId
public CreateAzureDataLakeStorageConnectionDetails.Builder clientId(String clientId)
Azure client ID of the application.This property is required when ‘authenticationType’ is set to ‘AZURE_ACTIVE_DIRECTORY’. e.g.: 06ecaabf-8b80-4ec8-a0ec-20cbf463703d
- Parameters:
clientId
- the value to set- Returns:
- this builder
-
clientSecret
public CreateAzureDataLakeStorageConnectionDetails.Builder clientSecret(String clientSecret)
Azure client secret (aka application password) for authentication.This property is required when ‘authenticationType’ is set to ‘AZURE_ACTIVE_DIRECTORY’. e.g.: dO29Q~F5-VwnA.lZdd11xFF_t5NAXCaGwDl9NbT1 Deprecated: This field is deprecated and replaced by “clientSecretSecretId”. This field will be removed after February 15 2026.
- Parameters:
clientSecret
- the value to set- Returns:
- this builder
-
clientSecretSecretId
public CreateAzureDataLakeStorageConnectionDetails.Builder clientSecretSecretId(String clientSecretSecretId)
The OCID of the Secret where the client secret is stored.Note: When provided, ‘clientSecret’ field must not be provided.
- Parameters:
clientSecretSecretId
- the value to set- Returns:
- this builder
-
endpoint
public CreateAzureDataLakeStorageConnectionDetails.Builder endpoint(String endpoint)
Azure Storage service endpoint.e.g: https://test.blob.core.windows.net
- Parameters:
endpoint
- the value to set- Returns:
- this builder
-
build
public CreateAzureDataLakeStorageConnectionDetails build()
-
copy
public CreateAzureDataLakeStorageConnectionDetails.Builder copy(CreateAzureDataLakeStorageConnectionDetails model)
-
-