Interface RelationalDatabaseBlueprint.Builder

    • Method Detail

      • blueprintId

        RelationalDatabaseBlueprint.Builder blueprintId​(String blueprintId)

        The ID for the database blueprint.

        Parameters:
        blueprintId - The ID for the database blueprint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • engineVersion

        RelationalDatabaseBlueprint.Builder engineVersion​(String engineVersion)

        The database engine version for the database blueprint (for example, 5.7.23).

        Parameters:
        engineVersion - The database engine version for the database blueprint (for example, 5.7.23).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • engineDescription

        RelationalDatabaseBlueprint.Builder engineDescription​(String engineDescription)

        The description of the database engine for the database blueprint.

        Parameters:
        engineDescription - The description of the database engine for the database blueprint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • engineVersionDescription

        RelationalDatabaseBlueprint.Builder engineVersionDescription​(String engineVersionDescription)

        The description of the database engine version for the database blueprint.

        Parameters:
        engineVersionDescription - The description of the database engine version for the database blueprint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isEngineDefault

        RelationalDatabaseBlueprint.Builder isEngineDefault​(Boolean isEngineDefault)

        A Boolean value indicating whether the engine version is the default for the database blueprint.

        Parameters:
        isEngineDefault - A Boolean value indicating whether the engine version is the default for the database blueprint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.