public static class WorkRequest.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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 |
id(String id)
The OCID of the work request.
|
WorkRequest.Builder |
listingId(String listingId)
The listing id associated with the work request.
|
WorkRequest.Builder |
operationType(OperationType operationType)
Type of the work request
|
WorkRequest.Builder |
packageVersion(String packageVersion)
The package version associated with the work request.
|
WorkRequest.Builder |
percentComplete(Float percentComplete)
How much progress the operation has made.
|
WorkRequest.Builder |
resources(List<WorkRequestResource> resources)
The resources affected by this work request.
|
WorkRequest.Builder |
status(OperationStatus status)
The current status of the work request.
|
WorkRequest.Builder |
timeAccepted(Date timeAccepted)
Date and time the work was accepted, in the format defined by RFC3339.
|
WorkRequest.Builder |
timeFinished(Date timeFinished)
Date and time the work completed, in the format defined by RFC3339.
|
WorkRequest.Builder |
timeStarted(Date timeStarted)
Date and time the work started, in the format defined by RFC3339.
|
public WorkRequest.Builder operationType(OperationType operationType)
Type of the work request
operationType
- the value to setpublic WorkRequest.Builder status(OperationStatus status)
The current status of the work request.
status
- the value to setpublic WorkRequest.Builder id(String id)
The OCID of the work request.
id
- the value to setpublic WorkRequest.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains the work request.
compartmentId
- the value to setpublic WorkRequest.Builder resources(List<WorkRequestResource> resources)
The resources affected by this work request.
resources
- the value to setpublic WorkRequest.Builder percentComplete(Float percentComplete)
How much progress the operation has made.
percentComplete
- the value to setpublic WorkRequest.Builder timeAccepted(Date timeAccepted)
Date and time the work was accepted, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
timeAccepted
- the value to setpublic WorkRequest.Builder timeStarted(Date timeStarted)
Date and time the work started, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
timeStarted
- the value to setpublic WorkRequest.Builder timeFinished(Date timeFinished)
Date and time the work completed, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
timeFinished
- the value to setpublic WorkRequest.Builder listingId(String listingId)
The listing id associated with the work request.
listingId
- the value to setpublic WorkRequest.Builder packageVersion(String packageVersion)
The package version associated with the work request.
packageVersion
- the value to setpublic WorkRequest build()
public WorkRequest.Builder copy(WorkRequest model)
Copyright © 2016–2024. All rights reserved.