Package com.oracle.bmc.jms.requests
Class ListTaskSchedulesRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.jms.requests.ListTaskSchedulesRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<ListTaskSchedulesRequest,Void>
 - Enclosing class:
- ListTaskSchedulesRequest
 
 public static class ListTaskSchedulesRequest.Builder extends Object implements BmcRequest.Builder<ListTaskSchedulesRequest,Void> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ListTaskSchedulesRequestbuild()Build the instance of ListTaskSchedulesRequest as configured by this builderListTaskSchedulesRequestbuildWithoutInvocationCallback()Build the instance of ListTaskSchedulesRequest as configured by this builderListTaskSchedulesRequest.Buildercopy(ListTaskSchedulesRequest o)Copy method to populate the builder with values from the given instance.ListTaskSchedulesRequest.BuilderfleetId(String fleetId)The ID of the Fleet.ListTaskSchedulesRequest.Builderid(String id)The OCID to identify this task schedule.ListTaskSchedulesRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListTaskSchedulesRequest.Builderlimit(Integer limit)The maximum number of items to return.ListTaskSchedulesRequest.BuildermanagedInstanceId(String managedInstanceId)The Fleet-unique identifier of the related managed instance.ListTaskSchedulesRequest.Buildername(String name)The task name.ListTaskSchedulesRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.ListTaskSchedulesRequest.Builderpage(String page)The page token representing the page at which to start retrieving results.ListTaskSchedulesRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListTaskSchedulesRequest.BuildersortBy(TaskScheduleSortBy sortBy)The field used to sort task schedule records.ListTaskSchedulesRequest.BuildersortOrder(SortOrder sortOrder)The sort order, either ‘asc’ or ‘desc’.ListTaskSchedulesRequest.BuildertaskScheduleNameContains(String taskScheduleNameContains)Filter the list with task schedule name contains the given value.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.oracle.bmc.requests.BmcRequest.Builderbody$
 
- 
 
- 
- 
- 
Method Detail- 
fleetIdpublic ListTaskSchedulesRequest.Builder fleetId(String fleetId) The ID of the Fleet.- Parameters:
- fleetId- the value to set
- Returns:
- this builder instance
 
 - 
idpublic ListTaskSchedulesRequest.Builder id(String id) The OCID to identify this task schedule.- Parameters:
- id- the value to set
- Returns:
- this builder instance
 
 - 
managedInstanceIdpublic ListTaskSchedulesRequest.Builder managedInstanceId(String managedInstanceId) The Fleet-unique identifier of the related managed instance.- Parameters:
- managedInstanceId- the value to set
- Returns:
- this builder instance
 
 - 
namepublic ListTaskSchedulesRequest.Builder name(String name) The task name.- Parameters:
- name- the value to set
- Returns:
- this builder instance
 
 - 
taskScheduleNameContainspublic ListTaskSchedulesRequest.Builder taskScheduleNameContains(String taskScheduleNameContains) Filter the list with task schedule name contains the given value.- Parameters:
- taskScheduleNameContains- the value to set
- Returns:
- this builder instance
 
 - 
limitpublic ListTaskSchedulesRequest.Builder limit(Integer limit) The maximum number of items to return.- Parameters:
- limit- the value to set
- Returns:
- this builder instance
 
 - 
pagepublic ListTaskSchedulesRequest.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
 
 - 
sortOrderpublic ListTaskSchedulesRequest.Builder sortOrder(SortOrder sortOrder) The sort order, either ‘asc’ or ‘desc’.- Parameters:
- sortOrder- the value to set
- Returns:
- this builder instance
 
 - 
sortBypublic ListTaskSchedulesRequest.Builder sortBy(TaskScheduleSortBy sortBy) The field used to sort task schedule records.Only one sort order may be provided. Default order for timeCreated is ascending. If no value is specified, timeCreated is default. - Parameters:
- sortBy- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic ListTaskSchedulesRequest.Builder opcRequestId(String opcRequestId) The client request ID for tracing.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic ListTaskSchedulesRequest.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
 
 - 
retryConfigurationpublic ListTaskSchedulesRequest.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
 
 - 
copypublic ListTaskSchedulesRequest.Builder copy(ListTaskSchedulesRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<ListTaskSchedulesRequest,Void>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic ListTaskSchedulesRequest build() Build the instance of ListTaskSchedulesRequest 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 interface- BmcRequest.Builder<ListTaskSchedulesRequest,Void>
- Returns:
- instance of ListTaskSchedulesRequest
 
 - 
buildWithoutInvocationCallbackpublic ListTaskSchedulesRequest buildWithoutInvocationCallback() Build the instance of ListTaskSchedulesRequest 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 ListTaskSchedulesRequest
 
 
- 
 
-