Class ListWorkRequestsRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagementhub.requests.ListWorkRequestsRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<ListWorkRequestsRequest,Void>
- Enclosing class:
- ListWorkRequestsRequest
public static class ListWorkRequestsRequest.Builder extends Object implements BmcRequest.Builder<ListWorkRequestsRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListWorkRequestsRequestbuild()Build the instance of ListWorkRequestsRequest as configured by this builderListWorkRequestsRequestbuildWithoutInvocationCallback()Build the instance of ListWorkRequestsRequest as configured by this builderListWorkRequestsRequest.BuildercompartmentId(String compartmentId)The OCID of the compartment that contains the resources to list.ListWorkRequestsRequest.Buildercopy(ListWorkRequestsRequest o)Copy method to populate the builder with values from the given instance.ListWorkRequestsRequest.BuilderdisplayNameContains(String displayNameContains)A filter to return resources that may partially match the given display name.ListWorkRequestsRequest.BuilderinitiatorId(String initiatorId)The OCID of the schedule job that initiated the work request.ListWorkRequestsRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListWorkRequestsRequest.BuilderisManagedByAutonomousLinux(Boolean isManagedByAutonomousLinux)Indicates whether to list only resources managed by the Autonomous Linux service.ListWorkRequestsRequest.Builderlimit(Integer limit)For list pagination.ListWorkRequestsRequest.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.ListWorkRequestsRequest.BuilderoperationType(WorkRequestOperationType singularValue)Singular setter.ListWorkRequestsRequest.BuilderoperationType(List<WorkRequestOperationType> operationType)The asynchronous operation tracked by this work request.ListWorkRequestsRequest.Builderpage(String page)For list pagination.ListWorkRequestsRequest.BuilderparentId(String parentId)The OCID of the parent work request.ListWorkRequestsRequest.BuilderparentResourcesNotEqualTo(String singularValue)Singular setter.ListWorkRequestsRequest.BuilderparentResourcesNotEqualTo(List<String> parentResourcesNotEqualTo)A filter to return the resources whose parent resources are not the same as the given resource OCIDs.ListWorkRequestsRequest.BuilderrerunOfId(String rerunOfId)A filter to return the work requests that are a rerun of the given work request OCIDs.ListWorkRequestsRequest.BuilderresourceId(String resourceId)The OCID of the resource.ListWorkRequestsRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListWorkRequestsRequest.BuilderretryOfId(String retryOfId)A filter to return the work requests that are a retry of the given work request OCIDs.ListWorkRequestsRequest.BuildersortBy(ListWorkRequestsRequest.SortBy sortBy)The field to sort by.ListWorkRequestsRequest.BuildersortOrder(SortOrder sortOrder)The sort order to use, either ‘ASC’ or ‘DESC’.ListWorkRequestsRequest.Builderstatus(OperationStatus singularValue)Singular setter.ListWorkRequestsRequest.Builderstatus(List<OperationStatus> status)A filter to return work requests that match the given status.ListWorkRequestsRequest.BuildertimeCreatedGreaterThanOrEqualTo(Date timeCreatedGreaterThanOrEqualTo)A filter to return work requests that were created on or after the date provided (in RFC 3339 format).ListWorkRequestsRequest.BuildertimeCreatedLessThan(Date timeCreatedLessThan)A filter to return work requests that were created before the date provided (in RFC 3339 format).ListWorkRequestsRequest.BuilderworkRequestId(String workRequestId)The OCID of the work request.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.requests.BmcRequest.Builder
body$
-
-
-
-
Method Detail
-
compartmentId
public ListWorkRequestsRequest.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains the resources to list.This filter returns only resources contained within the specified compartment.
- Parameters:
compartmentId- the value to set- Returns:
- this builder instance
-
workRequestId
public ListWorkRequestsRequest.Builder workRequestId(String workRequestId)
The OCID of the work request.- Parameters:
workRequestId- the value to set- Returns:
- this builder instance
-
status
public ListWorkRequestsRequest.Builder status(List<OperationStatus> status)
A filter to return work requests that match the given status.- Parameters:
status- the value to set- Returns:
- this builder instance
-
status
public ListWorkRequestsRequest.Builder status(OperationStatus singularValue)
Singular setter.A filter to return work requests that match the given status.
- Parameters:
singularValue- the singular value to set- Returns:
- this builder instance
-
resourceId
public ListWorkRequestsRequest.Builder resourceId(String resourceId)
The OCID of the resource.This filter returns resources associated with the specified resource.
- Parameters:
resourceId- the value to set- Returns:
- this builder instance
-
opcRequestId
public ListWorkRequestsRequest.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.If you need to contact Oracle about a particular request, please provide the request ID.
- Parameters:
opcRequestId- the value to set- Returns:
- this builder instance
-
page
public ListWorkRequestsRequest.Builder page(String page)
For list pagination.The value of the opc-next-page response header from the previous “List” call. For important details about how pagination works, see List Pagination.
Example: 3
- Parameters:
page- the value to set- Returns:
- this builder instance
-
limit
public ListWorkRequestsRequest.Builder limit(Integer limit)
For list pagination.The maximum number of results per page, or items to return in a paginated “List” call. For important details about how pagination works, see List Pagination.
Example: 50
- Parameters:
limit- the value to set- Returns:
- this builder instance
-
sortOrder
public ListWorkRequestsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order to use, either ‘ASC’ or ‘DESC’.- Parameters:
sortOrder- the value to set- Returns:
- this builder instance
-
sortBy
public ListWorkRequestsRequest.Builder sortBy(ListWorkRequestsRequest.SortBy sortBy)
The field to sort by.Only one sort order may be provided. Default order for timeCreated is descending.
- Parameters:
sortBy- the value to set- Returns:
- this builder instance
-
initiatorId
public ListWorkRequestsRequest.Builder initiatorId(String initiatorId)
The OCID of the schedule job that initiated the work request.- Parameters:
initiatorId- the value to set- Returns:
- this builder instance
-
parentId
public ListWorkRequestsRequest.Builder parentId(String parentId)
The OCID of the parent work request.- Parameters:
parentId- the value to set- Returns:
- this builder instance
-
parentResourcesNotEqualTo
public ListWorkRequestsRequest.Builder parentResourcesNotEqualTo(List<String> parentResourcesNotEqualTo)
A filter to return the resources whose parent resources are not the same as the given resource OCIDs.- Parameters:
parentResourcesNotEqualTo- the value to set- Returns:
- this builder instance
-
parentResourcesNotEqualTo
public ListWorkRequestsRequest.Builder parentResourcesNotEqualTo(String singularValue)
Singular setter.A filter to return the resources whose parent resources are not the same as the given resource OCIDs.
- Parameters:
singularValue- the singular value to set- Returns:
- this builder instance
-
operationType
public ListWorkRequestsRequest.Builder operationType(List<WorkRequestOperationType> operationType)
The asynchronous operation tracked by this work request.The filter returns only resources that match the given OperationType.
- Parameters:
operationType- the value to set- Returns:
- this builder instance
-
operationType
public ListWorkRequestsRequest.Builder operationType(WorkRequestOperationType singularValue)
Singular setter.The asynchronous operation tracked by this work request. The filter returns only resources that match the given OperationType.
- Parameters:
singularValue- the singular value to set- Returns:
- this builder instance
-
displayNameContains
public ListWorkRequestsRequest.Builder displayNameContains(String displayNameContains)
A filter to return resources that may partially match the given display name.- Parameters:
displayNameContains- the value to set- Returns:
- this builder instance
-
retryOfId
public ListWorkRequestsRequest.Builder retryOfId(String retryOfId)
A filter to return the work requests that are a retry of the given work request OCIDs.- Parameters:
retryOfId- the value to set- Returns:
- this builder instance
-
rerunOfId
public ListWorkRequestsRequest.Builder rerunOfId(String rerunOfId)
A filter to return the work requests that are a rerun of the given work request OCIDs.- Parameters:
rerunOfId- the value to set- Returns:
- this builder instance
-
timeCreatedLessThan
public ListWorkRequestsRequest.Builder timeCreatedLessThan(Date timeCreatedLessThan)
A filter to return work requests that were created before the date provided (in RFC 3339 format).Example: ‘2023-08-25T21:10:29.600Z’
- Parameters:
timeCreatedLessThan- the value to set- Returns:
- this builder instance
-
timeCreatedGreaterThanOrEqualTo
public ListWorkRequestsRequest.Builder timeCreatedGreaterThanOrEqualTo(Date timeCreatedGreaterThanOrEqualTo)
A filter to return work requests that were created on or after the date provided (in RFC 3339 format).Example: ‘2023-08-25T21:10:29.600Z’
- Parameters:
timeCreatedGreaterThanOrEqualTo- the value to set- Returns:
- this builder instance
-
isManagedByAutonomousLinux
public ListWorkRequestsRequest.Builder isManagedByAutonomousLinux(Boolean isManagedByAutonomousLinux)
Indicates whether to list only resources managed by the Autonomous Linux service.- Parameters:
isManagedByAutonomousLinux- the value to set- Returns:
- this builder instance
-
invocationCallback
public ListWorkRequestsRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.- Parameters:
invocationCallback- the invocation callback to be set for the request- Returns:
- this builder instance
-
retryConfiguration
public ListWorkRequestsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.- Parameters:
retryConfiguration- the retry configuration to be used for the request- Returns:
- this builder instance
-
copy
public ListWorkRequestsRequest.Builder copy(ListWorkRequestsRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcRequest.Builder<ListWorkRequestsRequest,Void>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public ListWorkRequestsRequest build()
Build the instance of ListWorkRequestsRequest as configured by this builderNote that this method takes calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)into account, while the methodbuildWithoutInvocationCallback()does not.This is the preferred method to build an instance.
- Specified by:
buildin interfaceBmcRequest.Builder<ListWorkRequestsRequest,Void>- Returns:
- instance of ListWorkRequestsRequest
-
buildWithoutInvocationCallback
public ListWorkRequestsRequest buildWithoutInvocationCallback()
Build the instance of ListWorkRequestsRequest as configured by this builderNote that this method does not take calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)into account, while the methodbuild()does- Returns:
- instance of ListWorkRequestsRequest
-
-