Uses of Class
com.oracle.bmc.datascience.requests.ListNotebookSessionsRequest.Builder
-
Packages that use ListNotebookSessionsRequest.Builder Package Description com.oracle.bmc.datascience.requests -
-
Uses of ListNotebookSessionsRequest.Builder in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return ListNotebookSessionsRequest.Builder Modifier and Type Method Description static ListNotebookSessionsRequest.BuilderListNotebookSessionsRequest. builder()Return a new builder for this request object.ListNotebookSessionsRequest.BuilderListNotebookSessionsRequest.Builder. compartmentId(String compartmentId)Filter results by the OCID of the compartment.
ListNotebookSessionsRequest.BuilderListNotebookSessionsRequest.Builder. copy(ListNotebookSessionsRequest o)Copy method to populate the builder with values from the given instance.ListNotebookSessionsRequest.BuilderListNotebookSessionsRequest.Builder. createdBy(String createdBy)Filter results by the OCID of the user who created the resource.
ListNotebookSessionsRequest.BuilderListNotebookSessionsRequest.Builder. displayName(String displayName)Filter results by its user-friendly name.
ListNotebookSessionsRequest.BuilderListNotebookSessionsRequest.Builder. id(String id)Filter results by OCID.
ListNotebookSessionsRequest.BuilderListNotebookSessionsRequest.Builder. invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListNotebookSessionsRequest.BuilderListNotebookSessionsRequest.Builder. lifecycleState(NotebookSessionLifecycleState lifecycleState)Filter results by the specified lifecycle state.
ListNotebookSessionsRequest.BuilderListNotebookSessionsRequest.Builder. limit(Integer limit)For list pagination.ListNotebookSessionsRequest.BuilderListNotebookSessionsRequest.Builder. opcRequestId(String opcRequestId)Unique Oracle assigned identifier for the request.ListNotebookSessionsRequest.BuilderListNotebookSessionsRequest.Builder. page(String page)For list pagination.ListNotebookSessionsRequest.BuilderListNotebookSessionsRequest.Builder. projectId(String projectId)Filter results by the OCID of the project.
ListNotebookSessionsRequest.BuilderListNotebookSessionsRequest.Builder. retryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListNotebookSessionsRequest.BuilderListNotebookSessionsRequest.Builder. sortBy(ListNotebookSessionsRequest.SortBy sortBy)Specifies the field to sort by.ListNotebookSessionsRequest.BuilderListNotebookSessionsRequest.Builder. sortOrder(ListNotebookSessionsRequest.SortOrder sortOrder)Specifies sort order to use, either ASC (ascending) or DESC (descending).ListNotebookSessionsRequest.BuilderListNotebookSessionsRequest. toBuilder()Return an instance ofListNotebookSessionsRequest.Builderthat allows you to modify request properties.
-