Uses of Class
com.oracle.bmc.ailanguage.requests.ListEndpointsRequest.Builder
- 
Packages that use ListEndpointsRequest.Builder Package Description com.oracle.bmc.ailanguage.requests 
- 
- 
Uses of ListEndpointsRequest.Builder in com.oracle.bmc.ailanguage.requestsMethods in com.oracle.bmc.ailanguage.requests that return ListEndpointsRequest.Builder Modifier and Type Method Description static ListEndpointsRequest.BuilderListEndpointsRequest. builder()Return a new builder for this request object.ListEndpointsRequest.BuilderListEndpointsRequest.Builder. compartmentId(String compartmentId)The ID of the compartment in which to list resources.ListEndpointsRequest.BuilderListEndpointsRequest.Builder. copy(ListEndpointsRequest o)Copy method to populate the builder with values from the given instance.ListEndpointsRequest.BuilderListEndpointsRequest.Builder. displayName(String displayName)A filter to return only resources that match the entire display name given.ListEndpointsRequest.BuilderListEndpointsRequest.Builder. endpointId(String endpointId)The OCID of the endpoint.ListEndpointsRequest.BuilderListEndpointsRequest.Builder. invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListEndpointsRequest.BuilderListEndpointsRequest.Builder. lifecycleState(Endpoint.LifecycleState lifecycleState)Filter results by the specified lifecycle state. ListEndpointsRequest.BuilderListEndpointsRequest.Builder. limit(Integer limit)The maximum number of items to return.ListEndpointsRequest.BuilderListEndpointsRequest.Builder. modelId(String modelId)The ID of the trained model for which to list the endpoints.ListEndpointsRequest.BuilderListEndpointsRequest.Builder. opcRequestId(String opcRequestId)The client request ID for tracing.ListEndpointsRequest.BuilderListEndpointsRequest.Builder. page(String page)The page token representing the page at which to start retrieving results.ListEndpointsRequest.BuilderListEndpointsRequest.Builder. projectId(String projectId)The ID of the project for which to list the objects.ListEndpointsRequest.BuilderListEndpointsRequest.Builder. retryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListEndpointsRequest.BuilderListEndpointsRequest.Builder. sortBy(ListEndpointsRequest.SortBy sortBy)Specifies the field to sort by.ListEndpointsRequest.BuilderListEndpointsRequest.Builder. sortOrder(SortOrder sortOrder)The sort order to use, either ‘asc’ or ‘desc’.ListEndpointsRequest.BuilderListEndpointsRequest. toBuilder()Return an instance ofListEndpointsRequest.Builderthat allows you to modify request properties.
 
-