Package com.oracle.bmc.devops.requests
Class UpdateDeployStageRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.requests.UpdateDeployStageRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<UpdateDeployStageRequest,UpdateDeployStageDetails>
- Enclosing class:
- UpdateDeployStageRequest
public static class UpdateDeployStageRequest.Builder extends Object implements BmcRequest.Builder<UpdateDeployStageRequest,UpdateDeployStageDetails>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateDeployStageRequest.Builderbody$(UpdateDeployStageDetails body)Alternative setter for the body parameter.UpdateDeployStageRequestbuild()Build the instance of UpdateDeployStageRequest as configured by this builderUpdateDeployStageRequestbuildWithoutInvocationCallback()Build the instance of UpdateDeployStageRequest as configured by this builderUpdateDeployStageRequest.Buildercopy(UpdateDeployStageRequest o)Copy method to populate the builder with values from the given instance.UpdateDeployStageRequest.BuilderdeployStageId(String deployStageId)Unique stage identifier.UpdateDeployStageRequest.BuilderifMatch(String ifMatch)For optimistic concurrency control.UpdateDeployStageRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.UpdateDeployStageRequest.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.UpdateDeployStageRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.UpdateDeployStageRequest.BuilderupdateDeployStageDetails(UpdateDeployStageDetails updateDeployStageDetails)The information to be updated.
-
-
-
Method Detail
-
deployStageId
public UpdateDeployStageRequest.Builder deployStageId(String deployStageId)
Unique stage identifier.- Parameters:
deployStageId- the value to set- Returns:
- this builder instance
-
updateDeployStageDetails
public UpdateDeployStageRequest.Builder updateDeployStageDetails(UpdateDeployStageDetails updateDeployStageDetails)
The information to be updated.- Parameters:
updateDeployStageDetails- the value to set- Returns:
- this builder instance
-
ifMatch
public UpdateDeployStageRequest.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
-
opcRequestId
public UpdateDeployStageRequest.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.If you need to contact Oracle about a particular request, provide the request ID.
- Parameters:
opcRequestId- the value to set- Returns:
- this builder instance
-
invocationCallback
public UpdateDeployStageRequest.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 UpdateDeployStageRequest.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 UpdateDeployStageRequest.Builder copy(UpdateDeployStageRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcRequest.Builder<UpdateDeployStageRequest,UpdateDeployStageDetails>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public UpdateDeployStageRequest build()
Build the instance of UpdateDeployStageRequest 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<UpdateDeployStageRequest,UpdateDeployStageDetails>- Returns:
- instance of UpdateDeployStageRequest
-
body$
public UpdateDeployStageRequest.Builder body$(UpdateDeployStageDetails body)
Alternative setter for the body parameter.- Specified by:
body$in interfaceBmcRequest.Builder<UpdateDeployStageRequest,UpdateDeployStageDetails>- Parameters:
body- the body parameter- Returns:
- this builder instance
-
buildWithoutInvocationCallback
public UpdateDeployStageRequest buildWithoutInvocationCallback()
Build the instance of UpdateDeployStageRequest 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 UpdateDeployStageRequest
-
-