Package com.oracle.bmc.jms.requests
Class ListWorkRequestsRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.jms.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 in which to list resources.ListWorkRequestsRequest.Buildercopy(ListWorkRequestsRequest o)Copy method to populate the builder with values from the given instance.ListWorkRequestsRequest.BuilderfleetId(String fleetId)The OCID of the fleet.ListWorkRequestsRequest.Builderid(String id)The ID of an asynchronous work request.ListWorkRequestsRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListWorkRequestsRequest.Builderlimit(Integer limit)The maximum number of items to return.ListWorkRequestsRequest.BuildermanagedInstanceId(String managedInstanceId)The Fleet-unique identifier of the managed instance.ListWorkRequestsRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.ListWorkRequestsRequest.BuilderoperationType(OperationType operationType)The operation type of the work request.ListWorkRequestsRequest.Builderpage(String page)The page token representing the page at which to start retrieving results.ListWorkRequestsRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListWorkRequestsRequest.Builderstatus(OperationStatus singularValue)Singular setter.ListWorkRequestsRequest.Builderstatus(List<OperationStatus> status)The status 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 in which to list resources.- Parameters:
compartmentId- the value to set- Returns:
- this builder instance
-
id
public ListWorkRequestsRequest.Builder id(String id)
The ID of an asynchronous work request.- Parameters:
id- the value to set- Returns:
- this builder instance
-
fleetId
public ListWorkRequestsRequest.Builder fleetId(String fleetId)
The OCID of the fleet.- Parameters:
fleetId- the value to set- Returns:
- this builder instance
-
opcRequestId
public ListWorkRequestsRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.- Parameters:
opcRequestId- the value to set- Returns:
- this builder instance
-
page
public ListWorkRequestsRequest.Builder page(String page)
The page token representing the page at which to start retrieving results.The token is usually retrieved from a previous list call.
- Parameters:
page- the value to set- Returns:
- this builder instance
-
limit
public ListWorkRequestsRequest.Builder limit(Integer limit)
The maximum number of items to return.- Parameters:
limit- the value to set- Returns:
- this builder instance
-
managedInstanceId
public ListWorkRequestsRequest.Builder managedInstanceId(String managedInstanceId)
The Fleet-unique identifier of the managed instance.- Parameters:
managedInstanceId- the value to set- Returns:
- this builder instance
-
operationType
public ListWorkRequestsRequest.Builder operationType(OperationType operationType)
The operation type of the work request.- Parameters:
operationType- the value to set- Returns:
- this builder instance
-
status
public ListWorkRequestsRequest.Builder status(List<OperationStatus> status)
The status of the work request.- Parameters:
status- the value to set- Returns:
- this builder instance
-
status
public ListWorkRequestsRequest.Builder status(OperationStatus singularValue)
Singular setter.The status of the work request.
- Parameters:
singularValue- the singular 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
-
-