Interface AuroraPostgreSqlParameters.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AuroraPostgreSqlParameters.Builder,,AuroraPostgreSqlParameters> SdkBuilder<AuroraPostgreSqlParameters.Builder,,AuroraPostgreSqlParameters> SdkPojo
- Enclosing class:
 AuroraPostgreSqlParameters
public static interface AuroraPostgreSqlParameters.Builder
extends SdkPojo, CopyableBuilder<AuroraPostgreSqlParameters.Builder,AuroraPostgreSqlParameters> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Aurora PostgreSQL database to connect to.The Amazon Aurora PostgreSQL-Compatible host to connect to.The port that Amazon Aurora PostgreSQL is listening on.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
host
The Amazon Aurora PostgreSQL-Compatible host to connect to.
- Parameters:
 host- The Amazon Aurora PostgreSQL-Compatible host to connect to.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
port
The port that Amazon Aurora PostgreSQL is listening on.
- Parameters:
 port- The port that Amazon Aurora PostgreSQL is listening on.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
database
The Amazon Aurora PostgreSQL database to connect to.
- Parameters:
 database- The Amazon Aurora PostgreSQL database to connect to.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -