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