Class UpdateNetworkLoadBalancerRequest.Builder
- java.lang.Object
 - 
- com.oracle.bmc.networkloadbalancer.requests.UpdateNetworkLoadBalancerRequest.Builder
 
 
- 
- All Implemented Interfaces:
 BmcRequest.Builder<UpdateNetworkLoadBalancerRequest,UpdateNetworkLoadBalancerDetails>
- Enclosing class:
 - UpdateNetworkLoadBalancerRequest
 
public static class UpdateNetworkLoadBalancerRequest.Builder extends Object implements BmcRequest.Builder<UpdateNetworkLoadBalancerRequest,UpdateNetworkLoadBalancerDetails>
 
- 
- 
Constructor Summary
Constructors Constructor Description Builder() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateNetworkLoadBalancerRequest.Builderbody$(UpdateNetworkLoadBalancerDetails body)Alternative setter for the body parameter.UpdateNetworkLoadBalancerRequestbuild()Build the instance of UpdateNetworkLoadBalancerRequest as configured by this builderUpdateNetworkLoadBalancerRequestbuildWithoutInvocationCallback()Build the instance of UpdateNetworkLoadBalancerRequest as configured by this builderUpdateNetworkLoadBalancerRequest.Buildercopy(UpdateNetworkLoadBalancerRequest o)Copy method to populate the builder with values from the given instance.UpdateNetworkLoadBalancerRequest.BuilderifMatch(String ifMatch)For optimistic concurrency control.UpdateNetworkLoadBalancerRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.UpdateNetworkLoadBalancerRequest.BuildernetworkLoadBalancerId(String networkLoadBalancerId)The OCID of the network load balancer to update.UpdateNetworkLoadBalancerRequest.BuilderopcRequestId(String opcRequestId)The unique Oracle-assigned identifier for the request.UpdateNetworkLoadBalancerRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.UpdateNetworkLoadBalancerRequest.BuilderupdateNetworkLoadBalancerDetails(UpdateNetworkLoadBalancerDetails updateNetworkLoadBalancerDetails)The information to be updated. 
 - 
 
- 
- 
Method Detail
- 
networkLoadBalancerId
public UpdateNetworkLoadBalancerRequest.Builder networkLoadBalancerId(String networkLoadBalancerId)
The OCID of the network load balancer to update.- Parameters:
 networkLoadBalancerId- the value to set- Returns:
 - this builder instance
 
 
- 
updateNetworkLoadBalancerDetails
public UpdateNetworkLoadBalancerRequest.Builder updateNetworkLoadBalancerDetails(UpdateNetworkLoadBalancerDetails updateNetworkLoadBalancerDetails)
The information to be updated.- Parameters:
 updateNetworkLoadBalancerDetails- the value to set- Returns:
 - this builder instance
 
 
- 
ifMatch
public UpdateNetworkLoadBalancerRequest.Builder ifMatch(String ifMatch)
For optimistic concurrency control.In the PUT or DELETE call for a resource, set the if-match parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the current etag value of the resource.
- Parameters:
 ifMatch- the value to set- Returns:
 - this builder instance
 
 
- 
opcRequestId
public UpdateNetworkLoadBalancerRequest.Builder opcRequestId(String opcRequestId)
The unique Oracle-assigned identifier for the request.If you must contact Oracle about a particular request, then provide the request identifier.
- Parameters:
 opcRequestId- the value to set- Returns:
 - this builder instance
 
 
- 
invocationCallback
public UpdateNetworkLoadBalancerRequest.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 UpdateNetworkLoadBalancerRequest.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 UpdateNetworkLoadBalancerRequest.Builder copy(UpdateNetworkLoadBalancerRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
 copyin interfaceBmcRequest.Builder<UpdateNetworkLoadBalancerRequest,UpdateNetworkLoadBalancerDetails>- Parameters:
 o- other request from which to copy values- Returns:
 - this builder instance
 
 
- 
build
public UpdateNetworkLoadBalancerRequest build()
Build the instance of UpdateNetworkLoadBalancerRequest 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<UpdateNetworkLoadBalancerRequest,UpdateNetworkLoadBalancerDetails>- Returns:
 - instance of UpdateNetworkLoadBalancerRequest
 
 
- 
body$
public UpdateNetworkLoadBalancerRequest.Builder body$(UpdateNetworkLoadBalancerDetails body)
Alternative setter for the body parameter.- Specified by:
 body$in interfaceBmcRequest.Builder<UpdateNetworkLoadBalancerRequest,UpdateNetworkLoadBalancerDetails>- Parameters:
 body- the body parameter- Returns:
 - this builder instance
 
 
- 
buildWithoutInvocationCallback
public UpdateNetworkLoadBalancerRequest buildWithoutInvocationCallback()
Build the instance of UpdateNetworkLoadBalancerRequest 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 UpdateNetworkLoadBalancerRequest
 
 
 - 
 
 -