public static class UpdateDeploymentRequest.Builder extends Object implements BmcRequest.Builder<UpdateDeploymentRequest,UpdateDeploymentDetails>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateDeploymentRequest.Builder |
body$(UpdateDeploymentDetails body)
Alternative setter for the body parameter.
|
UpdateDeploymentRequest |
build()
Build the instance of UpdateDeploymentRequest as configured by this builder
|
UpdateDeploymentRequest |
buildWithoutInvocationCallback()
Build the instance of UpdateDeploymentRequest as configured by this builder
|
UpdateDeploymentRequest.Builder |
copy(UpdateDeploymentRequest o)
Copy method to populate the builder with values from the given instance.
|
UpdateDeploymentRequest.Builder |
deploymentId(String deploymentId)
A unique Deployment identifier.
|
UpdateDeploymentRequest.Builder |
ifMatch(String ifMatch)
For optimistic concurrency control.
|
UpdateDeploymentRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
UpdateDeploymentRequest.Builder |
isLockOverride(Boolean isLockOverride)
Whether to override locks (if any exist).
|
UpdateDeploymentRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
UpdateDeploymentRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
UpdateDeploymentRequest.Builder |
updateDeploymentDetails(UpdateDeploymentDetails updateDeploymentDetails)
The information to be updated.
|
public UpdateDeploymentRequest.Builder deploymentId(String deploymentId)
A unique Deployment identifier.
deploymentId
- the value to setpublic UpdateDeploymentRequest.Builder updateDeploymentDetails(UpdateDeploymentDetails updateDeploymentDetails)
The information to be updated.
updateDeploymentDetails
- the value to setpublic 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 is updated or deleted only if the etag you provide
matches the resource’s current etag value.
ifMatch
- the value to setpublic UpdateDeploymentRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
opcRequestId
- the value to setpublic UpdateDeploymentRequest.Builder isLockOverride(Boolean isLockOverride)
Whether to override locks (if any exist).
isLockOverride
- the value to setpublic UpdateDeploymentRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic UpdateDeploymentRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic UpdateDeploymentRequest.Builder copy(UpdateDeploymentRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<UpdateDeploymentRequest,UpdateDeploymentDetails>
o
- other request from which to copy valuespublic UpdateDeploymentRequest build()
Build the instance of UpdateDeploymentRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<UpdateDeploymentRequest,UpdateDeploymentDetails>
public UpdateDeploymentRequest.Builder body$(UpdateDeploymentDetails body)
Alternative setter for the body parameter.
body$
in interface BmcRequest.Builder<UpdateDeploymentRequest,UpdateDeploymentDetails>
body
- the body parameterpublic UpdateDeploymentRequest buildWithoutInvocationCallback()
Build the instance of UpdateDeploymentRequest as configured by this builder
Note that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method build()
does
Copyright © 2016–2024. All rights reserved.