Package com.oracle.bmc.core.requests
Class UpdateSubnetRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.core.requests.UpdateSubnetRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<UpdateSubnetRequest,UpdateSubnetDetails>
- Enclosing class:
- UpdateSubnetRequest
public static class UpdateSubnetRequest.Builder extends Object implements BmcRequest.Builder<UpdateSubnetRequest,UpdateSubnetDetails>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateSubnetRequest.Builder
body$(UpdateSubnetDetails body)
Alternative setter for the body parameter.UpdateSubnetRequest
build()
Build the instance of UpdateSubnetRequest as configured by this builderUpdateSubnetRequest
buildWithoutInvocationCallback()
Build the instance of UpdateSubnetRequest as configured by this builderUpdateSubnetRequest.Builder
copy(UpdateSubnetRequest o)
Copy method to populate the builder with values from the given instance.UpdateSubnetRequest.Builder
ifMatch(String ifMatch)
For optimistic concurrency control.UpdateSubnetRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.UpdateSubnetRequest.Builder
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.UpdateSubnetRequest.Builder
subnetId(String subnetId)
Specify the OCID of the subnet.UpdateSubnetRequest.Builder
updateSubnetDetails(UpdateSubnetDetails updateSubnetDetails)
Details object for updating a subnet.
-
-
-
Method Detail
-
subnetId
public UpdateSubnetRequest.Builder subnetId(String subnetId)
Specify the OCID of the subnet.- Parameters:
subnetId
- the value to set- Returns:
- this builder instance
-
updateSubnetDetails
public UpdateSubnetRequest.Builder updateSubnetDetails(UpdateSubnetDetails updateSubnetDetails)
Details object for updating a subnet.- Parameters:
updateSubnetDetails
- the value to set- Returns:
- this builder instance
-
ifMatch
public UpdateSubnetRequest.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 resource’s current etag value.
- Parameters:
ifMatch
- the value to set- Returns:
- this builder instance
-
invocationCallback
public UpdateSubnetRequest.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 UpdateSubnetRequest.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 UpdateSubnetRequest.Builder copy(UpdateSubnetRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<UpdateSubnetRequest,UpdateSubnetDetails>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public UpdateSubnetRequest build()
Build the instance of UpdateSubnetRequest 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:
build
in interfaceBmcRequest.Builder<UpdateSubnetRequest,UpdateSubnetDetails>
- Returns:
- instance of UpdateSubnetRequest
-
body$
public UpdateSubnetRequest.Builder body$(UpdateSubnetDetails body)
Alternative setter for the body parameter.- Specified by:
body$
in interfaceBmcRequest.Builder<UpdateSubnetRequest,UpdateSubnetDetails>
- Parameters:
body
- the body parameter- Returns:
- this builder instance
-
buildWithoutInvocationCallback
public UpdateSubnetRequest buildWithoutInvocationCallback()
Build the instance of UpdateSubnetRequest 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 UpdateSubnetRequest
-
-