Package com.oracle.bmc.waas.model
Class WorkRequestSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.waas.model.WorkRequestSummary.Builder
-
- Enclosing class:
- WorkRequestSummary
public static class WorkRequestSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkRequestSummarybuild()WorkRequestSummary.BuildercompartmentId(String compartmentId)The OCID of the compartment that contains the work request.WorkRequestSummary.Buildercopy(WorkRequestSummary model)WorkRequestSummary.Builderid(String id)The OCID of the work request.WorkRequestSummary.BuilderoperationType(WorkRequestOperationTypes operationType)A description of the operation requested by the work request.WorkRequestSummary.BuilderpercentComplete(Integer percentComplete)The percentage of work completed by the work request.WorkRequestSummary.Builderresources(List<WorkRequestResource> resources)The resources being used to complete the work request operation.WorkRequestSummary.Builderstatus(WorkRequestStatusValues status)The current status of the work request.WorkRequestSummary.BuildertimeAccepted(Date timeAccepted)The date and time the work request was created, expressed in RFC 3339 timestamp format.WorkRequestSummary.BuildertimeFinished(Date timeFinished)The date and time the work request was fulfilled or terminated, in the format defined by RFC3339.WorkRequestSummary.BuildertimeStarted(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 WorkRequestSummary.Builder id(String id)
The OCID of the work request.- Parameters:
id- the value to set- Returns:
- this builder
-
operationType
public WorkRequestSummary.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 WorkRequestSummary.Builder status(WorkRequestStatusValues status)
The current status of the work request.- Parameters:
status- the value to set- Returns:
- this builder
-
compartmentId
public WorkRequestSummary.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 WorkRequestSummary.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 WorkRequestSummary.Builder percentComplete(Integer percentComplete)
The percentage of work completed by the work request.- Parameters:
percentComplete- the value to set- Returns:
- this builder
-
timeAccepted
public WorkRequestSummary.Builder timeAccepted(Date timeAccepted)
The date and time the work request was created, expressed in RFC 3339 timestamp format.- Parameters:
timeAccepted- the value to set- Returns:
- this builder
-
timeStarted
public WorkRequestSummary.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 WorkRequestSummary.Builder timeFinished(Date timeFinished)
The date and time the work request was fulfilled or terminated, in the format defined by RFC3339.- Parameters:
timeFinished- the value to set- Returns:
- this builder
-
build
public WorkRequestSummary build()
-
copy
public WorkRequestSummary.Builder copy(WorkRequestSummary model)
-
-