public static class PostgresqlConnectionSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
public PostgresqlConnectionSummary.Builder id(String id)
public PostgresqlConnectionSummary.Builder displayName(String displayName)
public PostgresqlConnectionSummary.Builder description(String description)
public PostgresqlConnectionSummary.Builder compartmentId(String compartmentId)
public PostgresqlConnectionSummary.Builder freeformTags(Map<String,String> freeformTags)
public PostgresqlConnectionSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public PostgresqlConnectionSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
public PostgresqlConnectionSummary.Builder lifecycleState(Connection.LifecycleState lifecycleState)
public PostgresqlConnectionSummary.Builder lifecycleDetails(String lifecycleDetails)
public PostgresqlConnectionSummary.Builder timeCreated(Date timeCreated)
public PostgresqlConnectionSummary.Builder timeUpdated(Date timeUpdated)
public PostgresqlConnectionSummary.Builder vaultId(String vaultId)
public PostgresqlConnectionSummary.Builder keyId(String keyId)
public PostgresqlConnectionSummary.Builder ingressIps(List<IngressIpDetails> ingressIps)
public PostgresqlConnectionSummary.Builder nsgIds(List<String> nsgIds)
public PostgresqlConnectionSummary.Builder subnetId(String subnetId)
public PostgresqlConnectionSummary.Builder routingMethod(RoutingMethod routingMethod)
public PostgresqlConnectionSummary.Builder locks(List<ResourceLock> locks)
public PostgresqlConnectionSummary.Builder technologyType(PostgresqlConnection.TechnologyType technologyType)
The PostgreSQL technology type.
technologyType
- the value to setpublic PostgresqlConnectionSummary.Builder databaseName(String databaseName)
The name of the database.
databaseName
- the value to setpublic PostgresqlConnectionSummary.Builder host(String host)
The name or address of a host.
host
- the value to setpublic PostgresqlConnectionSummary.Builder port(Integer port)
The port of an endpoint usually specified for a connection.
port
- the value to setpublic PostgresqlConnectionSummary.Builder username(String username)
The username Oracle GoldenGate uses to connect the associated system of the given technology. This username must already exist and be available by the system/application to be connected to and must conform to the case sensitivty requirments defined in it.
username
- the value to setpublic PostgresqlConnectionSummary.Builder additionalAttributes(List<NameValuePair> additionalAttributes)
An array of name-value pair attribute entries. Used as additional parameters in connection string.
additionalAttributes
- the value to setpublic PostgresqlConnectionSummary.Builder securityProtocol(PostgresqlConnection.SecurityProtocol securityProtocol)
Security protocol for PostgreSQL.
securityProtocol
- the value to setpublic PostgresqlConnectionSummary.Builder sslMode(PostgresqlConnection.SslMode sslMode)
SSL modes for PostgreSQL.
sslMode
- the value to setpublic PostgresqlConnectionSummary.Builder privateIp(String privateIp)
Deprecated: this field will be removed in future versions. Either specify the private IP in the connectionString or host field, or make sure the host name is resolvable in the target VCN.
The private IP address of the connection's endpoint in the customer's VCN, typically a database endpoint or a big data endpoint (e.g. Kafka bootstrap server). In case the privateIp is provided, the subnetId must also be provided. In case the privateIp (and the subnetId) is not provided it is assumed the datasource is publicly accessible. In case the connection is accessible only privately, the lack of privateIp will result in not being able to access the connection.
privateIp
- the value to setpublic PostgresqlConnectionSummary.Builder dbSystemId(String dbSystemId)
The OCID of the database system being referenced.
dbSystemId
- the value to setpublic PostgresqlConnectionSummary build()
public PostgresqlConnectionSummary.Builder copy(PostgresqlConnectionSummary model)
Copyright © 2016–2024. All rights reserved.