Class ListLimitsIncreaseQuestionsRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.limitsincrease.requests.ListLimitsIncreaseQuestionsRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<ListLimitsIncreaseQuestionsRequest,Void>
- Enclosing class:
- ListLimitsIncreaseQuestionsRequest
public static class ListLimitsIncreaseQuestionsRequest.Builder extends Object implements BmcRequest.Builder<ListLimitsIncreaseQuestionsRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListLimitsIncreaseQuestionsRequestbuild()Build the instance of ListLimitsIncreaseQuestionsRequest as configured by this builderListLimitsIncreaseQuestionsRequestbuildWithoutInvocationCallback()Build the instance of ListLimitsIncreaseQuestionsRequest as configured by this builderListLimitsIncreaseQuestionsRequest.BuildercompartmentId(String compartmentId)The OCID of the parent compartment.ListLimitsIncreaseQuestionsRequest.Buildercopy(ListLimitsIncreaseQuestionsRequest o)Copy method to populate the builder with values from the given instance.ListLimitsIncreaseQuestionsRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListLimitsIncreaseQuestionsRequest.Builderlimit(Integer limit)Maximum number of items returned in a page.ListLimitsIncreaseQuestionsRequest.BuilderlimitName(String limitName)The name of the limit.ListLimitsIncreaseQuestionsRequest.BuilderopcRequestId(String opcRequestId)Override request id for request tracking purposes.ListLimitsIncreaseQuestionsRequest.Builderpage(String page)The next page token.ListLimitsIncreaseQuestionsRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListLimitsIncreaseQuestionsRequest.BuilderserviceName(String serviceName)The name of the service.ListLimitsIncreaseQuestionsRequest.BuildersortBy(ListLimitsIncreaseQuestionsRequest.SortBy sortBy)The field to sort by.ListLimitsIncreaseQuestionsRequest.BuildersortOrder(ListLimitsIncreaseQuestionsRequest.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 ListLimitsIncreaseQuestionsRequest.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
-
serviceName
public ListLimitsIncreaseQuestionsRequest.Builder serviceName(String serviceName)
The name of the service.- Parameters:
serviceName- the value to set- Returns:
- this builder instance
-
limitName
public ListLimitsIncreaseQuestionsRequest.Builder limitName(String limitName)
The name of the limit.- Parameters:
limitName- the value to set- Returns:
- this builder instance
-
opcRequestId
public ListLimitsIncreaseQuestionsRequest.Builder opcRequestId(String opcRequestId)
Override request id for request tracking purposes.- Parameters:
opcRequestId- the value to set- Returns:
- this builder instance
-
sortOrder
public ListLimitsIncreaseQuestionsRequest.Builder sortOrder(ListLimitsIncreaseQuestionsRequest.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 ListLimitsIncreaseQuestionsRequest.Builder sortBy(ListLimitsIncreaseQuestionsRequest.SortBy sortBy)
The field to sort by.Both fields will sort alphabetically
- Parameters:
sortBy- the value to set- Returns:
- this builder instance
-
limit
public ListLimitsIncreaseQuestionsRequest.Builder limit(Integer limit)
Maximum number of items returned in a page.- Parameters:
limit- the value to set- Returns:
- this builder instance
-
page
public ListLimitsIncreaseQuestionsRequest.Builder page(String page)
The next page token.- Parameters:
page- the value to set- Returns:
- this builder instance
-
invocationCallback
public ListLimitsIncreaseQuestionsRequest.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 ListLimitsIncreaseQuestionsRequest.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 ListLimitsIncreaseQuestionsRequest.Builder copy(ListLimitsIncreaseQuestionsRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcRequest.Builder<ListLimitsIncreaseQuestionsRequest,Void>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public ListLimitsIncreaseQuestionsRequest build()
Build the instance of ListLimitsIncreaseQuestionsRequest 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<ListLimitsIncreaseQuestionsRequest,Void>- Returns:
- instance of ListLimitsIncreaseQuestionsRequest
-
buildWithoutInvocationCallback
public ListLimitsIncreaseQuestionsRequest buildWithoutInvocationCallback()
Build the instance of ListLimitsIncreaseQuestionsRequest 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 ListLimitsIncreaseQuestionsRequest
-
-