@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AuroraPostgreSqlParameters extends Object implements Serializable, Cloneable, StructuredPojo
Parameters for Amazon Aurora PostgreSQL-Compatible Edition.
| Constructor and Description |
|---|
AuroraPostgreSqlParameters() |
| Modifier and Type | Method and Description |
|---|---|
AuroraPostgreSqlParameters |
clone() |
boolean |
equals(Object obj) |
String |
getDatabase()
The Amazon Aurora PostgreSQL database to connect to.
|
String |
getHost()
The Amazon Aurora PostgreSQL-Compatible host to connect to.
|
Integer |
getPort()
The port that Amazon Aurora PostgreSQL is listening on.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDatabase(String database)
The Amazon Aurora PostgreSQL database to connect to.
|
void |
setHost(String host)
The Amazon Aurora PostgreSQL-Compatible host to connect to.
|
void |
setPort(Integer port)
The port that Amazon Aurora PostgreSQL is listening on.
|
String |
toString()
Returns a string representation of this object.
|
AuroraPostgreSqlParameters |
withDatabase(String database)
The Amazon Aurora PostgreSQL database to connect to.
|
AuroraPostgreSqlParameters |
withHost(String host)
The Amazon Aurora PostgreSQL-Compatible host to connect to.
|
AuroraPostgreSqlParameters |
withPort(Integer port)
The port that Amazon Aurora PostgreSQL is listening on.
|
public void setHost(String host)
The Amazon Aurora PostgreSQL-Compatible host to connect to.
host - The Amazon Aurora PostgreSQL-Compatible host to connect to.public String getHost()
The Amazon Aurora PostgreSQL-Compatible host to connect to.
public AuroraPostgreSqlParameters withHost(String host)
The Amazon Aurora PostgreSQL-Compatible host to connect to.
host - The Amazon Aurora PostgreSQL-Compatible host to connect to.public void setPort(Integer port)
The port that Amazon Aurora PostgreSQL is listening on.
port - The port that Amazon Aurora PostgreSQL is listening on.public Integer getPort()
The port that Amazon Aurora PostgreSQL is listening on.
public AuroraPostgreSqlParameters withPort(Integer port)
The port that Amazon Aurora PostgreSQL is listening on.
port - The port that Amazon Aurora PostgreSQL is listening on.public void setDatabase(String database)
The Amazon Aurora PostgreSQL database to connect to.
database - The Amazon Aurora PostgreSQL database to connect to.public String getDatabase()
The Amazon Aurora PostgreSQL database to connect to.
public AuroraPostgreSqlParameters withDatabase(String database)
The Amazon Aurora PostgreSQL database to connect to.
database - The Amazon Aurora PostgreSQL database to connect to.public String toString()
toString in class ObjectObject.toString()public AuroraPostgreSqlParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.