public static class GenericConnectionSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
public GenericConnectionSummary.Builder id(String id)
public GenericConnectionSummary.Builder displayName(String displayName)
public GenericConnectionSummary.Builder description(String description)
public GenericConnectionSummary.Builder compartmentId(String compartmentId)
public GenericConnectionSummary.Builder freeformTags(Map<String,String> freeformTags)
public GenericConnectionSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public GenericConnectionSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
public GenericConnectionSummary.Builder lifecycleState(Connection.LifecycleState lifecycleState)
public GenericConnectionSummary.Builder lifecycleDetails(String lifecycleDetails)
public GenericConnectionSummary.Builder timeCreated(Date timeCreated)
public GenericConnectionSummary.Builder timeUpdated(Date timeUpdated)
public GenericConnectionSummary.Builder vaultId(String vaultId)
public GenericConnectionSummary.Builder keyId(String keyId)
public GenericConnectionSummary.Builder ingressIps(List<IngressIpDetails> ingressIps)
public GenericConnectionSummary.Builder nsgIds(List<String> nsgIds)
public GenericConnectionSummary.Builder subnetId(String subnetId)
public GenericConnectionSummary.Builder routingMethod(RoutingMethod routingMethod)
public GenericConnectionSummary.Builder locks(List<ResourceLock> locks)
public GenericConnectionSummary.Builder technologyType(GenericConnection.TechnologyType technologyType)
The Generic technology type.
technologyType
- the value to setpublic GenericConnectionSummary.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 GenericConnectionSummary build()
public GenericConnectionSummary.Builder copy(GenericConnectionSummary model)
Copyright © 2016–2024. All rights reserved.