Interface RelationalDatabaseEndpoint.Builder

    • Method Detail

      • port

        RelationalDatabaseEndpoint.Builder port​(Integer port)

        Specifies the port that the database is listening on.

        Parameters:
        port - Specifies the port that the database is listening on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • address

        RelationalDatabaseEndpoint.Builder address​(String address)

        Specifies the DNS address of the database.

        Parameters:
        address - Specifies the DNS address of the database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.