Package | Description |
---|---|
com.oracle.bmc.core.requests |
Modifier and Type | Method and Description |
---|---|
UpdateImageRequest.Builder |
UpdateImageRequest.Builder.body$(UpdateImageDetails body)
Alternative setter for the body parameter.
|
static UpdateImageRequest.Builder |
UpdateImageRequest.builder()
Return a new builder for this request object.
|
UpdateImageRequest.Builder |
UpdateImageRequest.Builder.copy(UpdateImageRequest o)
Copy method to populate the builder with values from the given instance.
|
UpdateImageRequest.Builder |
UpdateImageRequest.Builder.ifMatch(String ifMatch)
For optimistic concurrency control.
|
UpdateImageRequest.Builder |
UpdateImageRequest.Builder.imageId(String imageId)
The OCID
of the image.
|
UpdateImageRequest.Builder |
UpdateImageRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
UpdateImageRequest.Builder |
UpdateImageRequest.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.
|
UpdateImageRequest.Builder |
UpdateImageRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
UpdateImageRequest.Builder |
UpdateImageRequest.toBuilder()
Return an instance of
UpdateImageRequest.Builder that allows you to modify request properties. |
UpdateImageRequest.Builder |
UpdateImageRequest.Builder.updateImageDetails(UpdateImageDetails updateImageDetails)
Updates the image display name field.
|
Copyright © 2016–2023. All rights reserved.