Class UpdateDeploymentRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.apigateway.requests.UpdateDeploymentRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<UpdateDeploymentRequest,UpdateDeploymentDetails>
 - Enclosing class:
- UpdateDeploymentRequest
 
 public static class UpdateDeploymentRequest.Builder extends Object implements BmcRequest.Builder<UpdateDeploymentRequest,UpdateDeploymentDetails> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateDeploymentRequest.Builderbody$(UpdateDeploymentDetails body)Alternative setter for the body parameter.UpdateDeploymentRequestbuild()Build the instance of UpdateDeploymentRequest as configured by this builderUpdateDeploymentRequestbuildWithoutInvocationCallback()Build the instance of UpdateDeploymentRequest as configured by this builderUpdateDeploymentRequest.Buildercopy(UpdateDeploymentRequest o)Copy method to populate the builder with values from the given instance.UpdateDeploymentRequest.BuilderdeploymentId(String deploymentId)The ocid of the deployment.UpdateDeploymentRequest.BuilderifMatch(String ifMatch)For optimistic concurrency control.UpdateDeploymentRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.UpdateDeploymentRequest.BuilderisLockOverride(Boolean isLockOverride)Whether to override locks (if any exist).UpdateDeploymentRequest.BuilderopcRequestId(String opcRequestId)The client request id for tracing.UpdateDeploymentRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.UpdateDeploymentRequest.BuilderupdateDeploymentDetails(UpdateDeploymentDetails updateDeploymentDetails)The information to be updated.
 
- 
- 
- 
Method Detail- 
deploymentIdpublic UpdateDeploymentRequest.Builder deploymentId(String deploymentId) The ocid of the deployment.- Parameters:
- deploymentId- the value to set
- Returns:
- this builder instance
 
 - 
updateDeploymentDetailspublic UpdateDeploymentRequest.Builder updateDeploymentDetails(UpdateDeploymentDetails updateDeploymentDetails) The information to be updated.- Parameters:
- updateDeploymentDetails- the value to set
- Returns:
- this builder instance
 
 - 
ifMatchpublic UpdateDeploymentRequest.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
 
 - 
opcRequestIdpublic UpdateDeploymentRequest.Builder opcRequestId(String opcRequestId) The client request id for tracing.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
isLockOverridepublic UpdateDeploymentRequest.Builder isLockOverride(Boolean isLockOverride) Whether to override locks (if any exist).- Parameters:
- isLockOverride- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic UpdateDeploymentRequest.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
 
 - 
retryConfigurationpublic UpdateDeploymentRequest.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
 
 - 
copypublic UpdateDeploymentRequest.Builder copy(UpdateDeploymentRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<UpdateDeploymentRequest,UpdateDeploymentDetails>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic UpdateDeploymentRequest build() Build the instance of UpdateDeploymentRequest 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 interface- BmcRequest.Builder<UpdateDeploymentRequest,UpdateDeploymentDetails>
- Returns:
- instance of UpdateDeploymentRequest
 
 - 
body$public UpdateDeploymentRequest.Builder body$(UpdateDeploymentDetails body) Alternative setter for the body parameter.- Specified by:
- body$in interface- BmcRequest.Builder<UpdateDeploymentRequest,UpdateDeploymentDetails>
- Parameters:
- body- the body parameter
- Returns:
- this builder instance
 
 - 
buildWithoutInvocationCallbackpublic UpdateDeploymentRequest buildWithoutInvocationCallback() Build the instance of UpdateDeploymentRequest 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 UpdateDeploymentRequest
 
 
- 
 
-