Interface DbServerPatchingDetails.Builder

  • Method Details

    • estimatedPatchDuration

      DbServerPatchingDetails.Builder estimatedPatchDuration(Integer estimatedPatchDuration)

      Estimated time, in minutes, to patch one database server.

      Parameters:
      estimatedPatchDuration - Estimated time, in minutes, to patch one database server.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • patchingStatus

      DbServerPatchingDetails.Builder patchingStatus(String patchingStatus)

      The status of the patching operation. Possible values are SCHEDULED, MAINTENANCE_IN_PROGRESS, FAILED, and COMPLETE.

      Parameters:
      patchingStatus - The status of the patching operation. Possible values are SCHEDULED, MAINTENANCE_IN_PROGRESS, FAILED, and COMPLETE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • patchingStatus

      The status of the patching operation. Possible values are SCHEDULED, MAINTENANCE_IN_PROGRESS, FAILED, and COMPLETE.

      Parameters:
      patchingStatus - The status of the patching operation. Possible values are SCHEDULED, MAINTENANCE_IN_PROGRESS, FAILED, and COMPLETE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • timePatchingEnded

      DbServerPatchingDetails.Builder timePatchingEnded(String timePatchingEnded)

      The time when the patching operation ended.

      Parameters:
      timePatchingEnded - The time when the patching operation ended.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • timePatchingStarted

      DbServerPatchingDetails.Builder timePatchingStarted(String timePatchingStarted)

      The time when the patching operation started.

      Parameters:
      timePatchingStarted - The time when the patching operation started.
      Returns:
      Returns a reference to this object so that method calls can be chained together.