Package com.oracle.bmc.email.requests
Class RemoveEmailIpPoolLockRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.email.requests.RemoveEmailIpPoolLockRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<RemoveEmailIpPoolLockRequest,RemoveLockDetails>
- Enclosing class:
- RemoveEmailIpPoolLockRequest
public static class RemoveEmailIpPoolLockRequest.Builder extends Object implements BmcRequest.Builder<RemoveEmailIpPoolLockRequest,RemoveLockDetails>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoveEmailIpPoolLockRequest.Builderbody$(RemoveLockDetails body)Alternative setter for the body parameter.RemoveEmailIpPoolLockRequestbuild()Build the instance of RemoveEmailIpPoolLockRequest as configured by this builderRemoveEmailIpPoolLockRequestbuildWithoutInvocationCallback()Build the instance of RemoveEmailIpPoolLockRequest as configured by this builderRemoveEmailIpPoolLockRequest.Buildercopy(RemoveEmailIpPoolLockRequest o)Copy method to populate the builder with values from the given instance.RemoveEmailIpPoolLockRequest.BuilderemailIpPoolId(String emailIpPoolId)The OCID of the IpPool.RemoveEmailIpPoolLockRequest.BuilderifMatch(String ifMatch)Used for optimistic concurrency control.RemoveEmailIpPoolLockRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.RemoveEmailIpPoolLockRequest.BuilderopcRequestId(String opcRequestId)The request ID for tracing from the systemRemoveEmailIpPoolLockRequest.BuilderremoveLockDetails(RemoveLockDetails removeLockDetails)Details for removing a lock to a resource.RemoveEmailIpPoolLockRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.
-
-
-
Method Detail
-
emailIpPoolId
public RemoveEmailIpPoolLockRequest.Builder emailIpPoolId(String emailIpPoolId)
The OCID of the IpPool.- Parameters:
emailIpPoolId- the value to set- Returns:
- this builder instance
-
removeLockDetails
public RemoveEmailIpPoolLockRequest.Builder removeLockDetails(RemoveLockDetails removeLockDetails)
Details for removing a lock to a resource.- Parameters:
removeLockDetails- the value to set- Returns:
- this builder instance
-
opcRequestId
public RemoveEmailIpPoolLockRequest.Builder opcRequestId(String opcRequestId)
The request ID for tracing from the system- Parameters:
opcRequestId- the value to set- Returns:
- this builder instance
-
ifMatch
public RemoveEmailIpPoolLockRequest.Builder ifMatch(String ifMatch)
Used for optimistic concurrency control.In the update or delete call for a resource, set the if-match parameter to the value of the etag from a previous get, create, or update response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource’s current etag value.
- Parameters:
ifMatch- the value to set- Returns:
- this builder instance
-
invocationCallback
public RemoveEmailIpPoolLockRequest.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 RemoveEmailIpPoolLockRequest.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 RemoveEmailIpPoolLockRequest.Builder copy(RemoveEmailIpPoolLockRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcRequest.Builder<RemoveEmailIpPoolLockRequest,RemoveLockDetails>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public RemoveEmailIpPoolLockRequest build()
Build the instance of RemoveEmailIpPoolLockRequest 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<RemoveEmailIpPoolLockRequest,RemoveLockDetails>- Returns:
- instance of RemoveEmailIpPoolLockRequest
-
body$
public RemoveEmailIpPoolLockRequest.Builder body$(RemoveLockDetails body)
Alternative setter for the body parameter.- Specified by:
body$in interfaceBmcRequest.Builder<RemoveEmailIpPoolLockRequest,RemoveLockDetails>- Parameters:
body- the body parameter- Returns:
- this builder instance
-
buildWithoutInvocationCallback
public RemoveEmailIpPoolLockRequest buildWithoutInvocationCallback()
Build the instance of RemoveEmailIpPoolLockRequest 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 RemoveEmailIpPoolLockRequest
-
-