public static class CreateImageResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
CreateImageResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
CreateImageResponse |
build() |
CreateImageResponse.Builder |
copy(CreateImageResponse o)
Copy method to populate the builder with values from the given instance.
|
CreateImageResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
CreateImageResponse.Builder |
image(Image image)
The returned Image instance.
|
CreateImageResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
CreateImageResponse.Builder |
opcWorkRequestId(String opcWorkRequestId)
The OCID of the work request.
|
String |
toString() |
public CreateImageResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public CreateImageResponse.Builder copy(CreateImageResponse o)
Copy method to populate the builder with values from the given instance.
public CreateImageResponse build()
public CreateImageResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
this
.public CreateImageResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
this
.public CreateImageResponse.Builder opcWorkRequestId(String opcWorkRequestId)
The OCID of the work request. Use GetWorkRequest with this ID to track the status of the request.
this
.public CreateImageResponse.Builder image(Image image)
The returned Image instance.
this
.Copyright © 2016–2022. All rights reserved.