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