Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
static WorkRequest.Builder |
WorkRequest.builder()
Create a new builder.
|
WorkRequest.Builder |
WorkRequest.Builder.compartmentId(String compartmentId)
The OCID of the compartment that contains this work request.
|
WorkRequest.Builder |
WorkRequest.Builder.copy(WorkRequest model) |
WorkRequest.Builder |
WorkRequest.Builder.id(String id)
The ID of the work request.
|
WorkRequest.Builder |
WorkRequest.Builder.operationType(WorkRequest.OperationType operationType)
The asynchronous operation tracked by this work request.
|
WorkRequest.Builder |
WorkRequest.Builder.percentComplete(Float percentComplete)
The completed percentage of the operation tracked by this work request.
|
WorkRequest.Builder |
WorkRequest.Builder.resources(List<WorkRequestResource> resources)
The resources affected by this work request.
|
WorkRequest.Builder |
WorkRequest.Builder.status(WorkRequest.Status status)
The status of this work request.
|
WorkRequest.Builder |
WorkRequest.Builder.timeAccepted(Date timeAccepted)
The date and time this work request was accepted, in the timestamp format defined by RFC
3339.
|
WorkRequest.Builder |
WorkRequest.Builder.timeFinished(Date timeFinished)
The date and time the work request reached a terminal state, either
FAILED or
SUCCEEDED , in the timestamp format defined by RFC
3339. |
WorkRequest.Builder |
WorkRequest.Builder.timeStarted(Date timeStarted)
The date and time the work request transitioned from
ACCEPTED to IN_PROGRESS , in the timestamp format defined by RFC
3339. |
WorkRequest.Builder |
WorkRequest.toBuilder() |
Copyright © 2016–2024. All rights reserved.