Package com.oracle.bmc.goldengate.model
Class MicrosoftFabricConnection.Builder
- java.lang.Object
-
- com.oracle.bmc.goldengate.model.MicrosoftFabricConnection.Builder
-
- Enclosing class:
- MicrosoftFabricConnection
public static class MicrosoftFabricConnection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public MicrosoftFabricConnection.Builder id(String id)
-
displayName
public MicrosoftFabricConnection.Builder displayName(String displayName)
-
description
public MicrosoftFabricConnection.Builder description(String description)
-
compartmentId
public MicrosoftFabricConnection.Builder compartmentId(String compartmentId)
-
freeformTags
public MicrosoftFabricConnection.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public MicrosoftFabricConnection.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
systemTags
public MicrosoftFabricConnection.Builder systemTags(Map<String,Map<String,Object>> systemTags)
-
lifecycleState
public MicrosoftFabricConnection.Builder lifecycleState(Connection.LifecycleState lifecycleState)
-
lifecycleDetails
public MicrosoftFabricConnection.Builder lifecycleDetails(String lifecycleDetails)
-
timeCreated
public MicrosoftFabricConnection.Builder timeCreated(Date timeCreated)
-
timeUpdated
public MicrosoftFabricConnection.Builder timeUpdated(Date timeUpdated)
-
locks
public MicrosoftFabricConnection.Builder locks(List<ResourceLock> locks)
-
vaultId
public MicrosoftFabricConnection.Builder vaultId(String vaultId)
-
keyId
public MicrosoftFabricConnection.Builder keyId(String keyId)
-
ingressIps
public MicrosoftFabricConnection.Builder ingressIps(List<IngressIpDetails> ingressIps)
-
nsgIds
public MicrosoftFabricConnection.Builder nsgIds(List<String> nsgIds)
-
subnetId
public MicrosoftFabricConnection.Builder subnetId(String subnetId)
-
routingMethod
public MicrosoftFabricConnection.Builder routingMethod(RoutingMethod routingMethod)
-
doesUseSecretIds
public MicrosoftFabricConnection.Builder doesUseSecretIds(Boolean doesUseSecretIds)
-
technologyType
public MicrosoftFabricConnection.Builder technologyType(MicrosoftFabricConnection.TechnologyType technologyType)
The Microsoft Fabric technology type.- Parameters:
technologyType
- the value to set- Returns:
- this builder
-
tenantId
public MicrosoftFabricConnection.Builder tenantId(String tenantId)
Azure tenant ID of the application.e.g.: 14593954-d337-4a61-a364-9f758c64f97f
- Parameters:
tenantId
- the value to set- Returns:
- this builder
-
clientId
public MicrosoftFabricConnection.Builder clientId(String clientId)
Azure client ID of the application.e.g.: 06ecaabf-8b80-4ec8-a0ec-20cbf463703d
- Parameters:
clientId
- the value to set- Returns:
- this builder
-
clientSecretSecretId
public MicrosoftFabricConnection.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 MicrosoftFabricConnection.Builder endpoint(String endpoint)
Optional Microsoft Fabric service endpoint.Default value: https://onelake.dfs.fabric.microsoft.com
- Parameters:
endpoint
- the value to set- Returns:
- this builder
-
build
public MicrosoftFabricConnection build()
-
copy
public MicrosoftFabricConnection.Builder copy(MicrosoftFabricConnection model)
-
-