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