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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IamWorkRequestResource.BuilderactionType(IamWorkRequestResource.ActionType actionType)The way in which this resource is affected by the work tracked in the work request.IamWorkRequestResourcebuild()IamWorkRequestResource.Buildercopy(IamWorkRequestResource model)IamWorkRequestResource.BuilderentityType(String entityType)The resource type the work request is affects.IamWorkRequestResource.BuilderentityUri(String entityUri)The URI path that the user can do a GET on to access the resource metadata.IamWorkRequestResource.Builderidentifier(String identifier)An OCID of the resource that the work request affects.
 
- 
- 
- 
Method Detail- 
actionTypepublic 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
 
 - 
entityTypepublic IamWorkRequestResource.Builder entityType(String entityType) The resource type the work request is affects.- Parameters:
- entityType- the value to set
- Returns:
- this builder
 
 - 
identifierpublic IamWorkRequestResource.Builder identifier(String identifier) An OCID of the resource that the work request affects.- Parameters:
- identifier- the value to set
- Returns:
- this builder
 
 - 
entityUripublic 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
 
 - 
buildpublic IamWorkRequestResource build() 
 - 
copypublic IamWorkRequestResource.Builder copy(IamWorkRequestResource model) 
 
- 
 
-