Package com.oracle.bmc.optimizer.model
Class WorkRequestResource.Builder
- java.lang.Object
-
- com.oracle.bmc.optimizer.model.WorkRequestResource.Builder
-
- Enclosing class:
- WorkRequestResource
public static class WorkRequestResource.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkRequestResource.Builder
actionType(WorkRequestActionType actionType)
The way in which this resource was affected by the work tracked by the work request.WorkRequestResource
build()
WorkRequestResource.Builder
copy(WorkRequestResource model)
WorkRequestResource.Builder
entityType(String entityType)
The resource type the work request affects.WorkRequestResource.Builder
entityUri(String entityUri)
The URI path that the user can do a GET on to access the resource metadataWorkRequestResource.Builder
identifier(String identifier)
The resource identifier the work request affects.WorkRequestResource.Builder
metadata(Map<String,String> metadata)
Additional information about the resource.
-
-
-
Method Detail
-
entityType
public WorkRequestResource.Builder entityType(String entityType)
The resource type the work request affects.- Parameters:
entityType
- the value to set- Returns:
- this builder
-
actionType
public WorkRequestResource.Builder actionType(WorkRequestActionType actionType)
The way in which this resource was affected by the work tracked by the work request.A resource being created, updated, or deleted remains in the IN_PROGRESS state until work is complete for that resource. At that point, the resource transitions to the CREATED, UPDATED, or DELETED state.
- Parameters:
actionType
- the value to set- Returns:
- this builder
-
identifier
public WorkRequestResource.Builder identifier(String identifier)
The resource identifier the work request affects.- Parameters:
identifier
- the value to set- Returns:
- this builder
-
entityUri
public WorkRequestResource.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
-
metadata
public WorkRequestResource.Builder metadata(Map<String,String> metadata)
Additional information about the resource.- Parameters:
metadata
- the value to set- Returns:
- this builder
-
build
public WorkRequestResource build()
-
copy
public WorkRequestResource.Builder copy(WorkRequestResource model)
-
-