Package com.oracle.bmc.goldengate.model
Class AzureDataLakeStorageConnection.Builder
- java.lang.Object
-
- com.oracle.bmc.goldengate.model.AzureDataLakeStorageConnection.Builder
-
- Enclosing class:
- AzureDataLakeStorageConnection
public static class AzureDataLakeStorageConnection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public AzureDataLakeStorageConnection.Builder id(String id)
-
displayName
public AzureDataLakeStorageConnection.Builder displayName(String displayName)
-
description
public AzureDataLakeStorageConnection.Builder description(String description)
-
compartmentId
public AzureDataLakeStorageConnection.Builder compartmentId(String compartmentId)
-
freeformTags
public AzureDataLakeStorageConnection.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public AzureDataLakeStorageConnection.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
systemTags
public AzureDataLakeStorageConnection.Builder systemTags(Map<String,Map<String,Object>> systemTags)
-
lifecycleState
public AzureDataLakeStorageConnection.Builder lifecycleState(Connection.LifecycleState lifecycleState)
-
lifecycleDetails
public AzureDataLakeStorageConnection.Builder lifecycleDetails(String lifecycleDetails)
-
timeCreated
public AzureDataLakeStorageConnection.Builder timeCreated(Date timeCreated)
-
timeUpdated
public AzureDataLakeStorageConnection.Builder timeUpdated(Date timeUpdated)
-
locks
public AzureDataLakeStorageConnection.Builder locks(List<ResourceLock> locks)
-
vaultId
public AzureDataLakeStorageConnection.Builder vaultId(String vaultId)
-
keyId
public AzureDataLakeStorageConnection.Builder keyId(String keyId)
-
ingressIps
public AzureDataLakeStorageConnection.Builder ingressIps(List<IngressIpDetails> ingressIps)
-
nsgIds
public AzureDataLakeStorageConnection.Builder nsgIds(List<String> nsgIds)
-
subnetId
public AzureDataLakeStorageConnection.Builder subnetId(String subnetId)
-
routingMethod
public AzureDataLakeStorageConnection.Builder routingMethod(RoutingMethod routingMethod)
-
doesUseSecretIds
public AzureDataLakeStorageConnection.Builder doesUseSecretIds(Boolean doesUseSecretIds)
-
technologyType
public AzureDataLakeStorageConnection.Builder technologyType(AzureDataLakeStorageConnection.TechnologyType technologyType)
The Azure Data Lake Storage technology type.- Parameters:
technologyType
- the value to set- Returns:
- this builder
-
authenticationType
public AzureDataLakeStorageConnection.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 AzureDataLakeStorageConnection.Builder accountName(String accountName)
Sets the Azure storage account name.- Parameters:
accountName
- the value to set- Returns:
- this builder
-
azureTenantId
public AzureDataLakeStorageConnection.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 AzureDataLakeStorageConnection.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
-
endpoint
public AzureDataLakeStorageConnection.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
-
accountKeySecretId
public AzureDataLakeStorageConnection.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
-
sasTokenSecretId
public AzureDataLakeStorageConnection.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
-
clientSecretSecretId
public AzureDataLakeStorageConnection.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
-
build
public AzureDataLakeStorageConnection build()
-
copy
public AzureDataLakeStorageConnection.Builder copy(AzureDataLakeStorageConnection model)
-
-