Interface PendingMaintenanceAction.Builder

  • Method Details

    • action

      The type of pending database maintenance action.

      Parameters:
      action - The type of pending database maintenance action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      PendingMaintenanceAction.Builder description(String description)

      Additional detail about the pending database maintenance action.

      Parameters:
      description - Additional detail about the pending database maintenance action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • currentApplyDate

      PendingMaintenanceAction.Builder currentApplyDate(Instant currentApplyDate)

      The effective date of the pending database maintenance action.

      Parameters:
      currentApplyDate - The effective date of the pending database maintenance action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.