Package | Description |
---|---|
com.oracle.bmc.devops.requests |
Modifier and Type | Method and Description |
---|---|
CancelDeploymentRequest.Builder |
CancelDeploymentRequest.Builder.body$(CancelDeploymentDetails body)
Alternative setter for the body parameter.
|
static CancelDeploymentRequest.Builder |
CancelDeploymentRequest.builder()
Return a new builder for this request object.
|
CancelDeploymentRequest.Builder |
CancelDeploymentRequest.Builder.cancelDeploymentDetails(CancelDeploymentDetails cancelDeploymentDetails)
The information regarding the deployment to be canceled.
|
CancelDeploymentRequest.Builder |
CancelDeploymentRequest.Builder.copy(CancelDeploymentRequest o)
Copy method to populate the builder with values from the given instance.
|
CancelDeploymentRequest.Builder |
CancelDeploymentRequest.Builder.deploymentId(String deploymentId)
Unique deployment identifier.
|
CancelDeploymentRequest.Builder |
CancelDeploymentRequest.Builder.ifMatch(String ifMatch)
For optimistic concurrency control.
|
CancelDeploymentRequest.Builder |
CancelDeploymentRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
CancelDeploymentRequest.Builder |
CancelDeploymentRequest.Builder.opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
CancelDeploymentRequest.Builder |
CancelDeploymentRequest.Builder.opcRetryToken(String opcRetryToken)
A token that uniquely identifies a request so it can be retried in case of a timeout or
server error without risk of executing that same action again.
|
CancelDeploymentRequest.Builder |
CancelDeploymentRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
CancelDeploymentRequest.Builder |
CancelDeploymentRequest.toBuilder()
Return an instance of
CancelDeploymentRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2024. All rights reserved.