public static class ListScheduledTasksRequest.Builder extends Object implements com.oracle.bmc.requests.BmcRequest.Builder<ListScheduledTasksRequest,Void>
| Modifier and Type | Method and Description |
|---|---|
ListScheduledTasksRequest |
build()
Build the instance of ListScheduledTasksRequest as configured by this builder
|
ListScheduledTasksRequest |
buildWithoutInvocationCallback() |
ListScheduledTasksRequest.Builder |
compartmentId(String compartmentId)
The ID of the compartment in which to list resources.
|
ListScheduledTasksRequest.Builder |
copy(ListScheduledTasksRequest o)
Copy method to populate the builder with values from the given instance.
|
ListScheduledTasksRequest.Builder |
displayName(String displayName)
A filter to return only resources that match the given display name exactly.
|
ListScheduledTasksRequest.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.
|
ListScheduledTasksRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
ListScheduledTasksRequest.Builder |
namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.
|
ListScheduledTasksRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListScheduledTasksRequest.Builder |
page(String page)
The page token representing the page at which to start retrieving results.
|
ListScheduledTasksRequest.Builder |
retryConfiguration(com.oracle.bmc.retrier.RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListScheduledTasksRequest.Builder |
sortBy(ListScheduledTasksRequest.SortBy sortBy)
The field to sort by.
|
ListScheduledTasksRequest.Builder |
sortOrder(ListScheduledTasksRequest.SortOrder sortOrder)
The sort order to use, either ascending (
ASC) or descending (DESC). |
ListScheduledTasksRequest.Builder |
taskType(TaskType taskType)
Required parameter to specify schedule task type.
|
String |
toString() |
public ListScheduledTasksRequest.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 ListScheduledTasksRequest.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 ListScheduledTasksRequest.Builder copy(ListScheduledTasksRequest o)
Copy method to populate the builder with values from the given instance.
copy in interface com.oracle.bmc.requests.BmcRequest.Builder<ListScheduledTasksRequest,Void>public ListScheduledTasksRequest build()
Build the instance of ListScheduledTasksRequest 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<ListScheduledTasksRequest,Void>public ListScheduledTasksRequest.Builder namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.
this.public ListScheduledTasksRequest.Builder taskType(TaskType taskType)
Required parameter to specify schedule task type.
this.public ListScheduledTasksRequest.Builder compartmentId(String compartmentId)
The ID of the compartment in which to list resources.
this.public ListScheduledTasksRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
this.public ListScheduledTasksRequest.Builder limit(Integer limit)
The maximum number of items to return.
this.public ListScheduledTasksRequest.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 ListScheduledTasksRequest.Builder displayName(String displayName)
A filter to return only resources that match the given display name exactly.
this.public ListScheduledTasksRequest.Builder sortOrder(ListScheduledTasksRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).
this.public ListScheduledTasksRequest.Builder sortBy(ListScheduledTasksRequest.SortBy sortBy)
The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending. If no value is specified timeCreated is default.
this.public ListScheduledTasksRequest buildWithoutInvocationCallback()
Copyright © 2016–2021. All rights reserved.