Class DeleteLimitsIncreaseRequestRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.limitsincrease.requests.DeleteLimitsIncreaseRequestRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<DeleteLimitsIncreaseRequestRequest,Void>
- Enclosing class:
- DeleteLimitsIncreaseRequestRequest
public static class DeleteLimitsIncreaseRequestRequest.Builder extends Object implements BmcRequest.Builder<DeleteLimitsIncreaseRequestRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteLimitsIncreaseRequestRequestbuild()Build the instance of DeleteLimitsIncreaseRequestRequest as configured by this builderDeleteLimitsIncreaseRequestRequestbuildWithoutInvocationCallback()Build the instance of DeleteLimitsIncreaseRequestRequest as configured by this builderDeleteLimitsIncreaseRequestRequest.Buildercopy(DeleteLimitsIncreaseRequestRequest o)Copy method to populate the builder with values from the given instance.DeleteLimitsIncreaseRequestRequest.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.DeleteLimitsIncreaseRequestRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.DeleteLimitsIncreaseRequestRequest.BuilderlimitsIncreaseRequestId(String limitsIncreaseRequestId)The OCID of the limit increase request.DeleteLimitsIncreaseRequestRequest.BuilderopcRequestId(String opcRequestId)Override request id for request tracking purposes.DeleteLimitsIncreaseRequestRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.-
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
-
limitsIncreaseRequestId
public DeleteLimitsIncreaseRequestRequest.Builder limitsIncreaseRequestId(String limitsIncreaseRequestId)
The OCID of the limit increase request.- Parameters:
limitsIncreaseRequestId- the value to set- Returns:
- this builder instance
-
opcRequestId
public DeleteLimitsIncreaseRequestRequest.Builder opcRequestId(String opcRequestId)
Override request id for request tracking purposes.- Parameters:
opcRequestId- the value to set- Returns:
- this builder instance
-
ifMatch
public DeleteLimitsIncreaseRequestRequest.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 DeleteLimitsIncreaseRequestRequest.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 DeleteLimitsIncreaseRequestRequest.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 DeleteLimitsIncreaseRequestRequest.Builder copy(DeleteLimitsIncreaseRequestRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcRequest.Builder<DeleteLimitsIncreaseRequestRequest,Void>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public DeleteLimitsIncreaseRequestRequest build()
Build the instance of DeleteLimitsIncreaseRequestRequest 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<DeleteLimitsIncreaseRequestRequest,Void>- Returns:
- instance of DeleteLimitsIncreaseRequestRequest
-
buildWithoutInvocationCallback
public DeleteLimitsIncreaseRequestRequest buildWithoutInvocationCallback()
Build the instance of DeleteLimitsIncreaseRequestRequest 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 DeleteLimitsIncreaseRequestRequest
-
-