Interface PendingModifiedRelationalDatabaseValues.Builder

    • Method Detail

      • masterUserPassword

        PendingModifiedRelationalDatabaseValues.Builder masterUserPassword​(String masterUserPassword)

        The password for the master user of the database.

        Parameters:
        masterUserPassword - The password for the master user of the database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • engineVersion

        PendingModifiedRelationalDatabaseValues.Builder engineVersion​(String engineVersion)

        The database engine version.

        Parameters:
        engineVersion - The database engine version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • backupRetentionEnabled

        PendingModifiedRelationalDatabaseValues.Builder backupRetentionEnabled​(Boolean backupRetentionEnabled)

        A Boolean value indicating whether automated backup retention is enabled.

        Parameters:
        backupRetentionEnabled - A Boolean value indicating whether automated backup retention is enabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.