Interface AuroraPostgreSqlParameters.Builder

    • Method Detail

      • host

        AuroraPostgreSqlParameters.Builder host​(String 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

        AuroraPostgreSqlParameters.Builder port​(Integer 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

        AuroraPostgreSqlParameters.Builder database​(String 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.