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 SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic MicrosoftFabricConnection.Builder id(String id) 
 - 
displayNamepublic MicrosoftFabricConnection.Builder displayName(String displayName) 
 - 
descriptionpublic MicrosoftFabricConnection.Builder description(String description) 
 - 
compartmentIdpublic MicrosoftFabricConnection.Builder compartmentId(String compartmentId) 
 - 
freeformTagspublic MicrosoftFabricConnection.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic MicrosoftFabricConnection.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
systemTagspublic MicrosoftFabricConnection.Builder systemTags(Map<String,Map<String,Object>> systemTags) 
 - 
lifecycleStatepublic MicrosoftFabricConnection.Builder lifecycleState(Connection.LifecycleState lifecycleState) 
 - 
lifecycleDetailspublic MicrosoftFabricConnection.Builder lifecycleDetails(String lifecycleDetails) 
 - 
timeCreatedpublic MicrosoftFabricConnection.Builder timeCreated(Date timeCreated) 
 - 
timeUpdatedpublic MicrosoftFabricConnection.Builder timeUpdated(Date timeUpdated) 
 - 
lockspublic MicrosoftFabricConnection.Builder locks(List<ResourceLock> locks) 
 - 
vaultIdpublic MicrosoftFabricConnection.Builder vaultId(String vaultId) 
 - 
keyIdpublic MicrosoftFabricConnection.Builder keyId(String keyId) 
 - 
ingressIpspublic MicrosoftFabricConnection.Builder ingressIps(List<IngressIpDetails> ingressIps) 
 - 
nsgIdspublic MicrosoftFabricConnection.Builder nsgIds(List<String> nsgIds) 
 - 
subnetIdpublic MicrosoftFabricConnection.Builder subnetId(String subnetId) 
 - 
routingMethodpublic MicrosoftFabricConnection.Builder routingMethod(RoutingMethod routingMethod) 
 - 
doesUseSecretIdspublic MicrosoftFabricConnection.Builder doesUseSecretIds(Boolean doesUseSecretIds) 
 - 
subscriptionIdpublic MicrosoftFabricConnection.Builder subscriptionId(String subscriptionId) 
 - 
clusterPlacementGroupIdpublic MicrosoftFabricConnection.Builder clusterPlacementGroupId(String clusterPlacementGroupId) 
 - 
securityAttributespublic MicrosoftFabricConnection.Builder securityAttributes(Map<String,Map<String,Object>> securityAttributes) 
 - 
technologyTypepublic MicrosoftFabricConnection.Builder technologyType(MicrosoftFabricConnection.TechnologyType technologyType) The Microsoft Fabric technology type.- Parameters:
- technologyType- the value to set
- Returns:
- this builder
 
 - 
tenantIdpublic 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
 
 - 
clientIdpublic 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
 
 - 
clientSecretSecretIdpublic 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
 
 - 
endpointpublic 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
 
 - 
buildpublic MicrosoftFabricConnection build() 
 - 
copypublic MicrosoftFabricConnection.Builder copy(MicrosoftFabricConnection model) 
 
- 
 
-