public static class WorkRequestSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
WorkRequestSummary |
build() |
WorkRequestSummary.Builder |
compartmentId(String compartmentId)
The compartment OCID of this work request.
|
WorkRequestSummary.Builder |
copy(WorkRequestSummary model) |
WorkRequestSummary.Builder |
id(String id)
The resource OCID.
|
WorkRequestSummary.Builder |
operationType(WorkRequestOperationType operationType)
The operation performed by the work request.
|
WorkRequestSummary.Builder |
resources(List<WorkRequestResource> resources)
The resources this work request affects.
|
WorkRequestSummary.Builder |
status(WorkRequestStatus status)
The current status of the work request.
|
WorkRequestSummary.Builder |
timeAccepted(Date timeAccepted)
The time the work request was accepted, in the format defined by RFC3339.
|
WorkRequestSummary.Builder |
timeFinished(Date timeFinished)
The time the work request was finished, in the format defined by RFC3339.
|
WorkRequestSummary.Builder |
timeStarted(Date timeStarted)
The time the work request was started, in the format defined by RFC3339.
|
public WorkRequestSummary.Builder id(String id)
The resource OCID.
id
- the value to setpublic WorkRequestSummary.Builder operationType(WorkRequestOperationType operationType)
The operation performed by the work request.
operationType
- the value to setpublic WorkRequestSummary.Builder status(WorkRequestStatus status)
The current status of the work request.
status
- the value to setpublic WorkRequestSummary.Builder compartmentId(String compartmentId)
The compartment OCID of this work request.
compartmentId
- the value to setpublic WorkRequestSummary.Builder resources(List<WorkRequestResource> resources)
The resources this work request affects.
resources
- the value to setpublic WorkRequestSummary.Builder timeAccepted(Date timeAccepted)
The time the work request was accepted, in the format defined by RFC3339.
Example: 2016-08-25T21:10:29.600Z
timeAccepted
- the value to setpublic WorkRequestSummary.Builder timeStarted(Date timeStarted)
The time the work request was started, in the format defined by RFC3339.
Example: 2016-08-25T21:10:29.600Z
timeStarted
- the value to setpublic WorkRequestSummary.Builder timeFinished(Date timeFinished)
The time the work request was finished, in the format defined by RFC3339.
Example: 2016-08-25T21:10:29.600Z
timeFinished
- the value to setpublic WorkRequestSummary build()
public WorkRequestSummary.Builder copy(WorkRequestSummary model)
Copyright © 2016–2024. All rights reserved.