public static class IamWorkRequestResource.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
IamWorkRequestResource.Builder |
actionType(IamWorkRequestResource.ActionType actionType)
The way in which this resource is affected by the work tracked in the work request.
|
IamWorkRequestResource |
build() |
IamWorkRequestResource.Builder |
copy(IamWorkRequestResource model) |
IamWorkRequestResource.Builder |
entityType(String entityType)
The resource type the work request is affects.
|
IamWorkRequestResource.Builder |
entityUri(String entityUri)
The URI path that the user can do a GET on to access the resource metadata.
|
IamWorkRequestResource.Builder |
identifier(String identifier)
An OCID of the resource that the work request affects.
|
public IamWorkRequestResource.Builder actionType(IamWorkRequestResource.ActionType actionType)
The way in which this resource is affected by the work tracked in the work request. A resource being created, updated, or deleted will remain in the IN_PROGRESS state until work is complete for that resource at which point it will transition to CREATED, UPDATED, or DELETED, respectively.
actionType
- the value to setpublic IamWorkRequestResource.Builder entityType(String entityType)
The resource type the work request is affects.
entityType
- the value to setpublic IamWorkRequestResource.Builder identifier(String identifier)
An OCID of the resource that the work request affects.
identifier
- the value to setpublic IamWorkRequestResource.Builder entityUri(String entityUri)
The URI path that the user can do a GET on to access the resource metadata.
entityUri
- the value to setpublic IamWorkRequestResource build()
public IamWorkRequestResource.Builder copy(IamWorkRequestResource model)
Copyright © 2016–2024. All rights reserved.