Package | Description |
---|---|
com.oracle.bmc.identity.model |
Modifier and Type | Method and Description |
---|---|
static IamWorkRequest.Builder |
IamWorkRequest.builder()
Create a new builder.
|
IamWorkRequest.Builder |
IamWorkRequest.Builder.compartmentId(String compartmentId)
The OCID of the compartment containing this IAM work request.
|
IamWorkRequest.Builder |
IamWorkRequest.Builder.copy(IamWorkRequest model) |
IamWorkRequest.Builder |
IamWorkRequest.Builder.id(String id)
The OCID of the work request.
|
IamWorkRequest.Builder |
IamWorkRequest.Builder.operationType(IamWorkRequest.OperationType operationType)
The asynchronous operation tracked by this IAM work request.
|
IamWorkRequest.Builder |
IamWorkRequest.Builder.percentComplete(Float percentComplete)
How much progress the operation has made.
|
IamWorkRequest.Builder |
IamWorkRequest.Builder.resources(List<IamWorkRequestResource> resources)
The resources this work request affects.
|
IamWorkRequest.Builder |
IamWorkRequest.Builder.status(IamWorkRequest.Status status)
The status of the work request.
|
IamWorkRequest.Builder |
IamWorkRequest.Builder.timeAccepted(Date timeAccepted)
Date and time the work was accepted, in the format defined by RFC3339.
|
IamWorkRequest.Builder |
IamWorkRequest.Builder.timeFinished(Date timeFinished)
Date and time the work completed, in the format defined by RFC3339.
|
IamWorkRequest.Builder |
IamWorkRequest.Builder.timeStarted(Date timeStarted)
Date and time the work started, in the format defined by RFC3339.
|
IamWorkRequest.Builder |
IamWorkRequest.toBuilder() |
Copyright © 2016–2024. All rights reserved.