Interface RelationalDatabaseEndpoint.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RelationalDatabaseEndpoint.Builder,RelationalDatabaseEndpoint>, SdkBuilder<RelationalDatabaseEndpoint.Builder,RelationalDatabaseEndpoint>, SdkPojo
Enclosing class:
RelationalDatabaseEndpoint

public static interface RelationalDatabaseEndpoint.Builder extends SdkPojo, CopyableBuilder<RelationalDatabaseEndpoint.Builder,RelationalDatabaseEndpoint>
  • Method Details

    • 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

      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.