Package com.oracle.bmc.identity.model
Class IamWorkRequestResource.Builder
- java.lang.Object
-
- com.oracle.bmc.identity.model.IamWorkRequestResource.Builder
-
- Enclosing class:
- IamWorkRequestResource
public static class IamWorkRequestResource.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
actionType
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.
- Parameters:
actionType
- the value to set- Returns:
- this builder
-
entityType
public IamWorkRequestResource.Builder entityType(String entityType)
The resource type the work request is affects.- Parameters:
entityType
- the value to set- Returns:
- this builder
-
identifier
public IamWorkRequestResource.Builder identifier(String identifier)
An OCID of the resource that the work request affects.- Parameters:
identifier
- the value to set- Returns:
- this builder
-
entityUri
public IamWorkRequestResource.Builder entityUri(String entityUri)
The URI path that the user can do a GET on to access the resource metadata.- Parameters:
entityUri
- the value to set- Returns:
- this builder
-
build
public IamWorkRequestResource build()
-
copy
public IamWorkRequestResource.Builder copy(IamWorkRequestResource model)
-
-