PostgresqlConnection.Builder |
PostgresqlConnection.Builder.additionalAttributes(List<NameValuePair> additionalAttributes) |
An array of name-value pair attribute entries.
|
static PostgresqlConnection.Builder |
PostgresqlConnection.builder() |
Create a new builder.
|
PostgresqlConnection.Builder |
PostgresqlConnection.Builder.compartmentId(String compartmentId) |
|
PostgresqlConnection.Builder |
PostgresqlConnection.Builder.copy(PostgresqlConnection model) |
|
PostgresqlConnection.Builder |
PostgresqlConnection.Builder.databaseName(String databaseName) |
The name of the database.
|
PostgresqlConnection.Builder |
PostgresqlConnection.Builder.dbSystemId(String dbSystemId) |
The OCID of the
database system being referenced.
|
PostgresqlConnection.Builder |
PostgresqlConnection.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
|
PostgresqlConnection.Builder |
PostgresqlConnection.Builder.description(String description) |
|
PostgresqlConnection.Builder |
PostgresqlConnection.Builder.displayName(String displayName) |
|
PostgresqlConnection.Builder |
PostgresqlConnection.Builder.doesUseSecretIds(Boolean doesUseSecretIds) |
|
PostgresqlConnection.Builder |
PostgresqlConnection.Builder.freeformTags(Map<String,String> freeformTags) |
|
PostgresqlConnection.Builder |
PostgresqlConnection.Builder.host(String host) |
The name or address of a host.
|
PostgresqlConnection.Builder |
PostgresqlConnection.Builder.id(String id) |
|
PostgresqlConnection.Builder |
PostgresqlConnection.Builder.ingressIps(List<IngressIpDetails> ingressIps) |
|
PostgresqlConnection.Builder |
PostgresqlConnection.Builder.keyId(String keyId) |
|
PostgresqlConnection.Builder |
PostgresqlConnection.Builder.lifecycleDetails(String lifecycleDetails) |
|
PostgresqlConnection.Builder |
PostgresqlConnection.Builder.lifecycleState(Connection.LifecycleState lifecycleState) |
|
PostgresqlConnection.Builder |
PostgresqlConnection.Builder.locks(List<ResourceLock> locks) |
|
PostgresqlConnection.Builder |
PostgresqlConnection.Builder.nsgIds(List<String> nsgIds) |
|
PostgresqlConnection.Builder |
PostgresqlConnection.Builder.passwordSecretId(String passwordSecretId) |
The OCID of the
Secret where the password is stored.
|
PostgresqlConnection.Builder |
PostgresqlConnection.Builder.port(Integer port) |
The port of an endpoint usually specified for a connection.
|
PostgresqlConnection.Builder |
PostgresqlConnection.Builder.privateIp(String privateIp) |
Deprecated: this field will be removed in future versions.
|
PostgresqlConnection.Builder |
PostgresqlConnection.Builder.routingMethod(RoutingMethod routingMethod) |
|
PostgresqlConnection.Builder |
PostgresqlConnection.Builder.securityProtocol(PostgresqlConnection.SecurityProtocol securityProtocol) |
Security protocol for PostgreSQL.
|
PostgresqlConnection.Builder |
PostgresqlConnection.Builder.sslKeySecretId(String sslKeySecretId) |
The OCID of the
Secret that stores the private key of the PostgreSQL server.
|
PostgresqlConnection.Builder |
PostgresqlConnection.Builder.sslMode(PostgresqlConnection.SslMode sslMode) |
SSL mode for PostgreSQL.
|
PostgresqlConnection.Builder |
PostgresqlConnection.Builder.subnetId(String subnetId) |
|
PostgresqlConnection.Builder |
PostgresqlConnection.Builder.systemTags(Map<String,Map<String,Object>> systemTags) |
|
PostgresqlConnection.Builder |
PostgresqlConnection.Builder.technologyType(PostgresqlConnection.TechnologyType technologyType) |
The PostgreSQL technology type.
|
PostgresqlConnection.Builder |
PostgresqlConnection.Builder.timeCreated(Date timeCreated) |
|
PostgresqlConnection.Builder |
PostgresqlConnection.Builder.timeUpdated(Date timeUpdated) |
|
PostgresqlConnection.Builder |
PostgresqlConnection.toBuilder() |
|
PostgresqlConnection.Builder |
PostgresqlConnection.Builder.username(String username) |
The username Oracle GoldenGate uses to connect the associated system of the given
technology.
|
PostgresqlConnection.Builder |
PostgresqlConnection.Builder.vaultId(String vaultId) |
|