public static class IamWorkRequestSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
IamWorkRequestSummary |
build() |
IamWorkRequestSummary.Builder |
compartmentId(String compartmentId)
The OCID of the compartment containing this IAM work request.
|
IamWorkRequestSummary.Builder |
copy(IamWorkRequestSummary model) |
IamWorkRequestSummary.Builder |
id(String id)
The OCID of the work request.
|
IamWorkRequestSummary.Builder |
operationType(IamWorkRequestSummary.OperationType operationType)
The asynchronous operation tracked by this IAM work request.
|
IamWorkRequestSummary.Builder |
percentComplete(Float percentComplete)
How much progress the operation has made.
|
IamWorkRequestSummary.Builder |
resources(List<IamWorkRequestResource> resources)
The resources this work request affects.
|
IamWorkRequestSummary.Builder |
status(IamWorkRequestSummary.Status status)
The status of the work request.
|
IamWorkRequestSummary.Builder |
timeAccepted(Date timeAccepted)
Date and time the work was accepted, in the format defined by RFC3339.
|
IamWorkRequestSummary.Builder |
timeFinished(Date timeFinished)
Date and time the work completed, in the format defined by RFC3339.
|
IamWorkRequestSummary.Builder |
timeStarted(Date timeStarted)
Date and time the work started, in the format defined by RFC3339.
|
public IamWorkRequestSummary.Builder id(String id)
The OCID of the work request.
id
- the value to setpublic IamWorkRequestSummary.Builder operationType(IamWorkRequestSummary.OperationType operationType)
The asynchronous operation tracked by this IAM work request.
operationType
- the value to setpublic IamWorkRequestSummary.Builder status(IamWorkRequestSummary.Status status)
The status of the work request.
status
- the value to setpublic IamWorkRequestSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment containing this IAM work request.
compartmentId
- the value to setpublic IamWorkRequestSummary.Builder resources(List<IamWorkRequestResource> resources)
The resources this work request affects.
resources
- the value to setpublic IamWorkRequestSummary.Builder percentComplete(Float percentComplete)
How much progress the operation has made.
percentComplete
- the value to setpublic IamWorkRequestSummary.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 IamWorkRequestSummary.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 IamWorkRequestSummary.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 IamWorkRequestSummary build()
public IamWorkRequestSummary.Builder copy(IamWorkRequestSummary model)
Copyright © 2016–2024. All rights reserved.