Class WorkRequest.Builder

  • Enclosing class:
    WorkRequest

    public static class WorkRequest.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • operationType

        public WorkRequest.Builder operationType​(WorkRequestOperationTypes operationType)
        A description of the operation requested by the work request.
        Parameters:
        operationType - the value to set
        Returns:
        this builder
      • compartmentId

        public WorkRequest.Builder compartmentId​(String compartmentId)
        The OCID of the compartment that contains the work request.
        Parameters:
        compartmentId - the value to set
        Returns:
        this builder
      • resources

        public WorkRequest.Builder resources​(List<WorkRequestResource> resources)
        The resources being used to complete the work request operation.
        Parameters:
        resources - the value to set
        Returns:
        this builder
      • percentComplete

        public WorkRequest.Builder percentComplete​(Integer percentComplete)
        The percentage of work completed by the work request.
        Parameters:
        percentComplete - the value to set
        Returns:
        this builder
      • errors

        public WorkRequest.Builder errors​(List<WorkRequestError> errors)
        The list of errors that occurred while fulfilling the work request.
        Parameters:
        errors - the value to set
        Returns:
        this builder
      • timeAccepted

        public WorkRequest.Builder timeAccepted​(Date timeAccepted)
        The date and time the work request was created, in the format defined by RFC3339.
        Parameters:
        timeAccepted - the value to set
        Returns:
        this builder
      • timeStarted

        public WorkRequest.Builder timeStarted​(Date timeStarted)
        The date and time the work request moved from the ACCEPTED state to the IN_PROGRESS state, expressed in RFC 3339 timestamp format.
        Parameters:
        timeStarted - the value to set
        Returns:
        this builder
      • timeFinished

        public WorkRequest.Builder timeFinished​(Date timeFinished)
        The date and time the work request was fulfilled or terminated, expressed in RFC 3339 timestamp format.
        Parameters:
        timeFinished - the value to set
        Returns:
        this builder