public static interface AuroraPostgreSqlParameters.Builder extends SdkPojo, CopyableBuilder<AuroraPostgreSqlParameters.Builder,AuroraPostgreSqlParameters>
| Modifier and Type | Method and Description |
|---|---|
AuroraPostgreSqlParameters.Builder |
database(String database)
The Amazon Aurora PostgreSQL database to connect to.
|
AuroraPostgreSqlParameters.Builder |
host(String host)
The Amazon Aurora PostgreSQL-Compatible host to connect to.
|
AuroraPostgreSqlParameters.Builder |
port(Integer port)
The port that Amazon Aurora PostgreSQL is listening on.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAuroraPostgreSqlParameters.Builder host(String host)
The Amazon Aurora PostgreSQL-Compatible host to connect to.
host - The Amazon Aurora PostgreSQL-Compatible host to connect to.AuroraPostgreSqlParameters.Builder port(Integer port)
The port that Amazon Aurora PostgreSQL is listening on.
port - The port that Amazon Aurora PostgreSQL is listening on.AuroraPostgreSqlParameters.Builder database(String database)
The Amazon Aurora PostgreSQL database to connect to.
database - The Amazon Aurora PostgreSQL database to connect to.Copyright © 2023. All rights reserved.