Package com.oracle.bmc.waas.model
Class WorkRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.waas.model.WorkRequest.Builder
-
- Enclosing class:
- WorkRequest
public static class WorkRequest.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkRequest
build()
WorkRequest.Builder
compartmentId(String compartmentId)
The OCID of the compartment that contains the work request.WorkRequest.Builder
copy(WorkRequest model)
WorkRequest.Builder
errors(List<WorkRequestError> errors)
The list of errors that occurred while fulfilling the work request.WorkRequest.Builder
id(String id)
The OCID of the work request.WorkRequest.Builder
logs(List<WorkRequestLogEntry> logs)
The list of log entries from the work request workflow.WorkRequest.Builder
operationType(WorkRequestOperationTypes operationType)
A description of the operation requested by the work request.WorkRequest.Builder
percentComplete(Integer percentComplete)
The percentage of work completed by the work request.WorkRequest.Builder
resources(List<WorkRequestResource> resources)
The resources being used to complete the work request operation.WorkRequest.Builder
status(WorkRequestStatusValues status)
The current status of the work request.WorkRequest.Builder
timeAccepted(Date timeAccepted)
The date and time the work request was created, in the format defined by RFC3339.WorkRequest.Builder
timeFinished(Date timeFinished)
The date and time the work request was fulfilled or terminated, expressed in RFC 3339 timestamp format.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.
-
-
-
Method Detail
-
id
public WorkRequest.Builder id(String id)
The OCID of the work request.- Parameters:
id
- the value to set- Returns:
- this builder
-
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
-
status
public WorkRequest.Builder status(WorkRequestStatusValues status)
The current status of the work request.- Parameters:
status
- 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
-
logs
public WorkRequest.Builder logs(List<WorkRequestLogEntry> logs)
The list of log entries from the work request workflow.- Parameters:
logs
- 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
-
build
public WorkRequest build()
-
copy
public WorkRequest.Builder copy(WorkRequest model)
-
-