public static class ListQueryWorkRequestsRequest.Builder extends Object implements com.oracle.bmc.requests.BmcRequest.Builder<ListQueryWorkRequestsRequest,Void>
| Modifier and Type | Method and Description |
|---|---|
ListQueryWorkRequestsRequest |
build()
Build the instance of ListQueryWorkRequestsRequest as configured by this builder
|
ListQueryWorkRequestsRequest |
buildWithoutInvocationCallback() |
ListQueryWorkRequestsRequest.Builder |
compartmentId(String compartmentId)
The ID of the compartment in which to list resources.
|
ListQueryWorkRequestsRequest.Builder |
copy(ListQueryWorkRequestsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListQueryWorkRequestsRequest.Builder |
invocationCallback(com.oracle.bmc.util.internal.Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
|
ListQueryWorkRequestsRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
ListQueryWorkRequestsRequest.Builder |
mode(JobModeFilter mode)
Filter based on job execution mode
|
ListQueryWorkRequestsRequest.Builder |
namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.
|
ListQueryWorkRequestsRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListQueryWorkRequestsRequest.Builder |
page(String page)
The page token representing the page at which to start retrieving results.
|
ListQueryWorkRequestsRequest.Builder |
retryConfiguration(com.oracle.bmc.retrier.RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListQueryWorkRequestsRequest.Builder |
sortBy(ListQueryWorkRequestsRequest.SortBy sortBy)
The field to sort by.
|
ListQueryWorkRequestsRequest.Builder |
sortOrder(ListQueryWorkRequestsRequest.SortOrder sortOrder)
The sort order to use, either ascending (
ASC) or descending (DESC). |
String |
toString() |
public ListQueryWorkRequestsRequest.Builder invocationCallback(com.oracle.bmc.util.internal.Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback - the invocation callback to be set for the requestpublic ListQueryWorkRequestsRequest.Builder retryConfiguration(com.oracle.bmc.retrier.RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration - the retry configuration to be used for the requestpublic ListQueryWorkRequestsRequest.Builder copy(ListQueryWorkRequestsRequest o)
Copy method to populate the builder with values from the given instance.
copy in interface com.oracle.bmc.requests.BmcRequest.Builder<ListQueryWorkRequestsRequest,Void>public ListQueryWorkRequestsRequest build()
Build the instance of ListQueryWorkRequestsRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.util.internal.Consumer) into account,
while the method buildWithoutInvocationCallback() does not.
This is the preferred method to build an instance.
build in interface com.oracle.bmc.requests.BmcRequest.Builder<ListQueryWorkRequestsRequest,Void>public ListQueryWorkRequestsRequest.Builder namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.
this.public ListQueryWorkRequestsRequest.Builder compartmentId(String compartmentId)
The ID of the compartment in which to list resources.
this.public ListQueryWorkRequestsRequest.Builder mode(JobModeFilter mode)
Filter based on job execution mode
this.public ListQueryWorkRequestsRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
this.public ListQueryWorkRequestsRequest.Builder limit(Integer limit)
The maximum number of items to return.
this.public ListQueryWorkRequestsRequest.Builder page(String page)
The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
this.public ListQueryWorkRequestsRequest.Builder sortOrder(ListQueryWorkRequestsRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).
this.public ListQueryWorkRequestsRequest.Builder sortBy(ListQueryWorkRequestsRequest.SortBy sortBy)
The field to sort by. Only one sort order may be provided. Default order for timeStarted is descending. If no value is specified timeStarted is default.
this.public ListQueryWorkRequestsRequest buildWithoutInvocationCallback()
Copyright © 2016–2021. All rights reserved.