Package | Description |
---|---|
com.oracle.bmc.limits.requests |
Modifier and Type | Method and Description |
---|---|
static ListLimitDefinitionsRequest.Builder |
ListLimitDefinitionsRequest.builder()
Return a new builder for this request object.
|
ListLimitDefinitionsRequest.Builder |
ListLimitDefinitionsRequest.Builder.compartmentId(String compartmentId)
The OCID of the parent compartment (remember that the tenancy is simply the root
compartment).
|
ListLimitDefinitionsRequest.Builder |
ListLimitDefinitionsRequest.Builder.copy(ListLimitDefinitionsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListLimitDefinitionsRequest.Builder |
ListLimitDefinitionsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListLimitDefinitionsRequest.Builder |
ListLimitDefinitionsRequest.Builder.limit(Integer limit)
The maximum number of items to return in a paginated “List” call.
|
ListLimitDefinitionsRequest.Builder |
ListLimitDefinitionsRequest.Builder.name(String name)
Optional field, filter for a specific resource limit.
|
ListLimitDefinitionsRequest.Builder |
ListLimitDefinitionsRequest.Builder.opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
ListLimitDefinitionsRequest.Builder |
ListLimitDefinitionsRequest.Builder.page(String page)
The value of the
opc-next-page response header from the previous “List” call. |
ListLimitDefinitionsRequest.Builder |
ListLimitDefinitionsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListLimitDefinitionsRequest.Builder |
ListLimitDefinitionsRequest.Builder.serviceName(String serviceName)
The target service name.
|
ListLimitDefinitionsRequest.Builder |
ListLimitDefinitionsRequest.Builder.sortBy(ListLimitDefinitionsRequest.SortBy sortBy)
The field to sort by.
|
ListLimitDefinitionsRequest.Builder |
ListLimitDefinitionsRequest.Builder.sortOrder(ListLimitDefinitionsRequest.SortOrder sortOrder)
The sort order to use, either ‘asc’ or ‘desc’.
|
ListLimitDefinitionsRequest.Builder |
ListLimitDefinitionsRequest.Builder.subscriptionId(String subscriptionId)
The OCID of the subscription assigned to tenant
|
ListLimitDefinitionsRequest.Builder |
ListLimitDefinitionsRequest.toBuilder()
Return an instance of
ListLimitDefinitionsRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2024. All rights reserved.