Uses of Class
com.oracle.bmc.datascience.requests.ListFastLaunchJobConfigsRequest.Builder
-
Packages that use ListFastLaunchJobConfigsRequest.Builder Package Description com.oracle.bmc.datascience.requests -
-
Uses of ListFastLaunchJobConfigsRequest.Builder in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return ListFastLaunchJobConfigsRequest.Builder Modifier and Type Method Description static ListFastLaunchJobConfigsRequest.Builder
ListFastLaunchJobConfigsRequest. builder()
Return a new builder for this request object.ListFastLaunchJobConfigsRequest.Builder
ListFastLaunchJobConfigsRequest.Builder. compartmentId(String compartmentId)
Filter results by the OCID of the compartment.
ListFastLaunchJobConfigsRequest.Builder
ListFastLaunchJobConfigsRequest.Builder. copy(ListFastLaunchJobConfigsRequest o)
Copy method to populate the builder with values from the given instance.ListFastLaunchJobConfigsRequest.Builder
ListFastLaunchJobConfigsRequest.Builder. invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.ListFastLaunchJobConfigsRequest.Builder
ListFastLaunchJobConfigsRequest.Builder. limit(Integer limit)
For list pagination.ListFastLaunchJobConfigsRequest.Builder
ListFastLaunchJobConfigsRequest.Builder. opcRequestId(String opcRequestId)
Unique Oracle assigned identifier for the request.ListFastLaunchJobConfigsRequest.Builder
ListFastLaunchJobConfigsRequest.Builder. page(String page)
For list pagination.ListFastLaunchJobConfigsRequest.Builder
ListFastLaunchJobConfigsRequest.Builder. retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.ListFastLaunchJobConfigsRequest.Builder
ListFastLaunchJobConfigsRequest. toBuilder()
Return an instance ofListFastLaunchJobConfigsRequest.Builder
that allows you to modify request properties.
-