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