Interface RDSDatabase.Builder

    • Method Detail

      • instanceIdentifier

        RDSDatabase.Builder instanceIdentifier​(String instanceIdentifier)

        The ID of an RDS DB instance.

        Parameters:
        instanceIdentifier - The ID of an RDS DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • databaseName

        RDSDatabase.Builder databaseName​(String databaseName)
        Sets the value of the DatabaseName property for this object.
        Parameters:
        databaseName - The new value for the DatabaseName property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.