static ListServicesRequest.Builder |
ListServicesRequest.builder() |
Return a new builder for this request object.
|
ListServicesRequest.Builder |
ListServicesRequest.Builder.compartmentId(String compartmentId) |
The OCID of the parent compartment (remember that the tenancy is simply the root
compartment).
|
ListServicesRequest.Builder |
ListServicesRequest.Builder.copy(ListServicesRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListServicesRequest.Builder |
ListServicesRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListServicesRequest.Builder |
ListServicesRequest.Builder.limit(Integer limit) |
The maximum number of items to return in a paginated “List” call.
|
ListServicesRequest.Builder |
ListServicesRequest.Builder.opcRequestId(String opcRequestId) |
Unique Oracle-assigned identifier for the request.
|
ListServicesRequest.Builder |
ListServicesRequest.Builder.page(String page) |
The value of the opc-next-page response header from the previous “List” call.
|
ListServicesRequest.Builder |
ListServicesRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListServicesRequest.Builder |
ListServicesRequest.Builder.sortBy(ListServicesRequest.SortBy sortBy) |
The field to sort by.
|
ListServicesRequest.Builder |
ListServicesRequest.Builder.sortOrder(ListServicesRequest.SortOrder sortOrder) |
The sort order to use, either ‘asc’ or ‘desc’.
|
ListServicesRequest.Builder |
ListServicesRequest.Builder.subscriptionId(String subscriptionId) |
The OCID of the subscription assigned to tenant
|
ListServicesRequest.Builder |
ListServicesRequest.toBuilder() |
|