public static class GenericConnection.Builder extends Object
Constructor and Description |
---|
Builder() |
public GenericConnection.Builder id(String id)
public GenericConnection.Builder displayName(String displayName)
public GenericConnection.Builder description(String description)
public GenericConnection.Builder compartmentId(String compartmentId)
public GenericConnection.Builder freeformTags(Map<String,String> freeformTags)
public GenericConnection.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public GenericConnection.Builder lifecycleState(Connection.LifecycleState lifecycleState)
public GenericConnection.Builder lifecycleDetails(String lifecycleDetails)
public GenericConnection.Builder timeCreated(Date timeCreated)
public GenericConnection.Builder timeUpdated(Date timeUpdated)
public GenericConnection.Builder locks(List<ResourceLock> locks)
public GenericConnection.Builder vaultId(String vaultId)
public GenericConnection.Builder keyId(String keyId)
public GenericConnection.Builder ingressIps(List<IngressIpDetails> ingressIps)
public GenericConnection.Builder nsgIds(List<String> nsgIds)
public GenericConnection.Builder subnetId(String subnetId)
public GenericConnection.Builder routingMethod(RoutingMethod routingMethod)
public GenericConnection.Builder technologyType(GenericConnection.TechnologyType technologyType)
The Generic technology type.
technologyType
- the value to setpublic GenericConnection.Builder host(String host)
Host and port separated by colon. Example: "server.example.com:1234"
For multiple hosts, provide a comma separated list. Example: "server1.example.com:1000,server1.example.com:2000"
host
- the value to setpublic GenericConnection build()
public GenericConnection.Builder copy(GenericConnection model)
Copyright © 2016–2024. All rights reserved.