public static class MicrosoftFabricConnection.Builder extends Object
Constructor and Description |
---|
Builder() |
public MicrosoftFabricConnection.Builder id(String id)
public MicrosoftFabricConnection.Builder displayName(String displayName)
public MicrosoftFabricConnection.Builder description(String description)
public MicrosoftFabricConnection.Builder compartmentId(String compartmentId)
public MicrosoftFabricConnection.Builder freeformTags(Map<String,String> freeformTags)
public MicrosoftFabricConnection.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public MicrosoftFabricConnection.Builder systemTags(Map<String,Map<String,Object>> systemTags)
public MicrosoftFabricConnection.Builder lifecycleState(Connection.LifecycleState lifecycleState)
public MicrosoftFabricConnection.Builder lifecycleDetails(String lifecycleDetails)
public MicrosoftFabricConnection.Builder timeCreated(Date timeCreated)
public MicrosoftFabricConnection.Builder timeUpdated(Date timeUpdated)
public MicrosoftFabricConnection.Builder locks(List<ResourceLock> locks)
public MicrosoftFabricConnection.Builder vaultId(String vaultId)
public MicrosoftFabricConnection.Builder keyId(String keyId)
public MicrosoftFabricConnection.Builder ingressIps(List<IngressIpDetails> ingressIps)
public MicrosoftFabricConnection.Builder nsgIds(List<String> nsgIds)
public MicrosoftFabricConnection.Builder subnetId(String subnetId)
public MicrosoftFabricConnection.Builder routingMethod(RoutingMethod routingMethod)
public MicrosoftFabricConnection.Builder doesUseSecretIds(Boolean doesUseSecretIds)
public MicrosoftFabricConnection.Builder technologyType(MicrosoftFabricConnection.TechnologyType technologyType)
The Microsoft Fabric technology type.
technologyType
- the value to setpublic MicrosoftFabricConnection.Builder tenantId(String tenantId)
Azure tenant ID of the application. e.g.: 14593954-d337-4a61-a364-9f758c64f97f
tenantId
- the value to setpublic MicrosoftFabricConnection.Builder clientId(String clientId)
Azure client ID of the application. e.g.: 06ecaabf-8b80-4ec8-a0ec-20cbf463703d
clientId
- the value to setpublic 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.
clientSecretSecretId
- the value to setpublic MicrosoftFabricConnection.Builder endpoint(String endpoint)
Optional Microsoft Fabric service endpoint. Default value: https://onelake.dfs.fabric.microsoft.com
endpoint
- the value to setpublic MicrosoftFabricConnection build()
public MicrosoftFabricConnection.Builder copy(MicrosoftFabricConnection model)
Copyright © 2016–2025. All rights reserved.