Class ListLimitsIncreaseRequestsRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.limitsincrease.requests.ListLimitsIncreaseRequestsRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<ListLimitsIncreaseRequestsRequest,Void>
- Enclosing class:
- ListLimitsIncreaseRequestsRequest
public static class ListLimitsIncreaseRequestsRequest.Builder extends Object implements BmcRequest.Builder<ListLimitsIncreaseRequestsRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListLimitsIncreaseRequestsRequestbuild()Build the instance of ListLimitsIncreaseRequestsRequest as configured by this builderListLimitsIncreaseRequestsRequestbuildWithoutInvocationCallback()Build the instance of ListLimitsIncreaseRequestsRequest as configured by this builderListLimitsIncreaseRequestsRequest.BuildercompartmentId(String compartmentId)The OCID of the parent compartment.ListLimitsIncreaseRequestsRequest.Buildercopy(ListLimitsIncreaseRequestsRequest o)Copy method to populate the builder with values from the given instance.ListLimitsIncreaseRequestsRequest.BuilderdisplayName(String displayName)A filter to return only the resources that match the entire display name specified.ListLimitsIncreaseRequestsRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListLimitsIncreaseRequestsRequest.BuilderlifecycleState(String lifecycleState)Lifecycle state of the limit increase request.ListLimitsIncreaseRequestsRequest.Builderlimit(Integer limit)Maximum number of items returned in a page.ListLimitsIncreaseRequestsRequest.BuilderopcRequestId(String opcRequestId)Override request id for request tracking purposes.ListLimitsIncreaseRequestsRequest.Builderpage(String page)The next page token.ListLimitsIncreaseRequestsRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListLimitsIncreaseRequestsRequest.BuildersortBy(ListLimitsIncreaseRequestsRequest.SortBy sortBy)The field to sort by.ListLimitsIncreaseRequestsRequest.BuildersortOrder(ListLimitsIncreaseRequestsRequest.SortOrder sortOrder)The sort order to use, either ‘asc’ or ‘desc’.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.requests.BmcRequest.Builder
body$
-
-
-
-
Method Detail
-
compartmentId
public ListLimitsIncreaseRequestsRequest.Builder compartmentId(String compartmentId)
The OCID of the parent compartment.Note: The tenancy is the root compartment.
- Parameters:
compartmentId- the value to set- Returns:
- this builder instance
-
lifecycleState
public ListLimitsIncreaseRequestsRequest.Builder lifecycleState(String lifecycleState)
Lifecycle state of the limit increase request.- Parameters:
lifecycleState- the value to set- Returns:
- this builder instance
-
displayName
public ListLimitsIncreaseRequestsRequest.Builder displayName(String displayName)
A filter to return only the resources that match the entire display name specified.- Parameters:
displayName- the value to set- Returns:
- this builder instance
-
sortOrder
public ListLimitsIncreaseRequestsRequest.Builder sortOrder(ListLimitsIncreaseRequestsRequest.SortOrder sortOrder)
The sort order to use, either ‘asc’ or ‘desc’.By default, it is ascending.
- Parameters:
sortOrder- the value to set- Returns:
- this builder instance
-
sortBy
public ListLimitsIncreaseRequestsRequest.Builder sortBy(ListLimitsIncreaseRequestsRequest.SortBy sortBy)
The field to sort by.You can specify only one sort order. The default order for timeCreated is descending. The default order for displayName is ascending.
- Parameters:
sortBy- the value to set- Returns:
- this builder instance
-
limit
public ListLimitsIncreaseRequestsRequest.Builder limit(Integer limit)
Maximum number of items returned in a page.- Parameters:
limit- the value to set- Returns:
- this builder instance
-
page
public ListLimitsIncreaseRequestsRequest.Builder page(String page)
The next page token.- Parameters:
page- the value to set- Returns:
- this builder instance
-
opcRequestId
public ListLimitsIncreaseRequestsRequest.Builder opcRequestId(String opcRequestId)
Override request id for request tracking purposes.- Parameters:
opcRequestId- the value to set- Returns:
- this builder instance
-
invocationCallback
public ListLimitsIncreaseRequestsRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.- Parameters:
invocationCallback- the invocation callback to be set for the request- Returns:
- this builder instance
-
retryConfiguration
public ListLimitsIncreaseRequestsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.- Parameters:
retryConfiguration- the retry configuration to be used for the request- Returns:
- this builder instance
-
copy
public ListLimitsIncreaseRequestsRequest.Builder copy(ListLimitsIncreaseRequestsRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcRequest.Builder<ListLimitsIncreaseRequestsRequest,Void>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public ListLimitsIncreaseRequestsRequest build()
Build the instance of ListLimitsIncreaseRequestsRequest as configured by this builderNote that this method takes calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)into account, while the methodbuildWithoutInvocationCallback()does not.This is the preferred method to build an instance.
- Specified by:
buildin interfaceBmcRequest.Builder<ListLimitsIncreaseRequestsRequest,Void>- Returns:
- instance of ListLimitsIncreaseRequestsRequest
-
buildWithoutInvocationCallback
public ListLimitsIncreaseRequestsRequest buildWithoutInvocationCallback()
Build the instance of ListLimitsIncreaseRequestsRequest as configured by this builderNote that this method does not take calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)into account, while the methodbuild()does- Returns:
- instance of ListLimitsIncreaseRequestsRequest
-
-