Class UpdateLimitsIncreaseRequestRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.limitsincrease.requests.UpdateLimitsIncreaseRequestRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<UpdateLimitsIncreaseRequestRequest,UpdateLimitsIncreaseRequestDetails>
- Enclosing class:
- UpdateLimitsIncreaseRequestRequest
public static class UpdateLimitsIncreaseRequestRequest.Builder extends Object implements BmcRequest.Builder<UpdateLimitsIncreaseRequestRequest,UpdateLimitsIncreaseRequestDetails>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateLimitsIncreaseRequestRequest.Builderbody$(UpdateLimitsIncreaseRequestDetails body)Alternative setter for the body parameter.UpdateLimitsIncreaseRequestRequestbuild()Build the instance of UpdateLimitsIncreaseRequestRequest as configured by this builderUpdateLimitsIncreaseRequestRequestbuildWithoutInvocationCallback()Build the instance of UpdateLimitsIncreaseRequestRequest as configured by this builderUpdateLimitsIncreaseRequestRequest.Buildercopy(UpdateLimitsIncreaseRequestRequest o)Copy method to populate the builder with values from the given instance.UpdateLimitsIncreaseRequestRequest.BuilderifMatch(String ifMatch)This value (etag) should be passed when you want to ensure that no-one else has changed the value while you’re making an update.UpdateLimitsIncreaseRequestRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.UpdateLimitsIncreaseRequestRequest.BuilderlimitsIncreaseRequestId(String limitsIncreaseRequestId)The OCID of the limit increase request.UpdateLimitsIncreaseRequestRequest.BuilderopcRequestId(String opcRequestId)Override request id for request tracking purposes.UpdateLimitsIncreaseRequestRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.UpdateLimitsIncreaseRequestRequest.BuilderupdateLimitsIncreaseRequestDetails(UpdateLimitsIncreaseRequestDetails updateLimitsIncreaseRequestDetails)Details for updating Limits Increase request
-
-
-
Method Detail
-
updateLimitsIncreaseRequestDetails
public UpdateLimitsIncreaseRequestRequest.Builder updateLimitsIncreaseRequestDetails(UpdateLimitsIncreaseRequestDetails updateLimitsIncreaseRequestDetails)
Details for updating Limits Increase request- Parameters:
updateLimitsIncreaseRequestDetails- the value to set- Returns:
- this builder instance
-
limitsIncreaseRequestId
public UpdateLimitsIncreaseRequestRequest.Builder limitsIncreaseRequestId(String limitsIncreaseRequestId)
The OCID of the limit increase request.- Parameters:
limitsIncreaseRequestId- the value to set- Returns:
- this builder instance
-
opcRequestId
public UpdateLimitsIncreaseRequestRequest.Builder opcRequestId(String opcRequestId)
Override request id for request tracking purposes.- Parameters:
opcRequestId- the value to set- Returns:
- this builder instance
-
ifMatch
public UpdateLimitsIncreaseRequestRequest.Builder ifMatch(String ifMatch)
This value (etag) should be passed when you want to ensure that no-one else has changed the value while you’re making an update.To get the current etag, make a GET call and read the current etag header. If GET returns 404, and you still want to ensure that noone else has executed a SET operation, pass the following header instead: if-none-match: *
- Parameters:
ifMatch- the value to set- Returns:
- this builder instance
-
invocationCallback
public UpdateLimitsIncreaseRequestRequest.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 UpdateLimitsIncreaseRequestRequest.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 UpdateLimitsIncreaseRequestRequest.Builder copy(UpdateLimitsIncreaseRequestRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcRequest.Builder<UpdateLimitsIncreaseRequestRequest,UpdateLimitsIncreaseRequestDetails>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public UpdateLimitsIncreaseRequestRequest build()
Build the instance of UpdateLimitsIncreaseRequestRequest 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<UpdateLimitsIncreaseRequestRequest,UpdateLimitsIncreaseRequestDetails>- Returns:
- instance of UpdateLimitsIncreaseRequestRequest
-
body$
public UpdateLimitsIncreaseRequestRequest.Builder body$(UpdateLimitsIncreaseRequestDetails body)
Alternative setter for the body parameter.- Specified by:
body$in interfaceBmcRequest.Builder<UpdateLimitsIncreaseRequestRequest,UpdateLimitsIncreaseRequestDetails>- Parameters:
body- the body parameter- Returns:
- this builder instance
-
buildWithoutInvocationCallback
public UpdateLimitsIncreaseRequestRequest buildWithoutInvocationCallback()
Build the instance of UpdateLimitsIncreaseRequestRequest 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 UpdateLimitsIncreaseRequestRequest
-
-