public static class AttachInstancePoolInstanceResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
AttachInstancePoolInstanceResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
AttachInstancePoolInstanceResponse |
build() |
AttachInstancePoolInstanceResponse.Builder |
copy(AttachInstancePoolInstanceResponse o)
Copy method to populate the builder with values from the given instance.
|
AttachInstancePoolInstanceResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
AttachInstancePoolInstanceResponse.Builder |
instancePoolInstance(InstancePoolInstance instancePoolInstance)
The returned InstancePoolInstance instance.
|
AttachInstancePoolInstanceResponse.Builder |
location(String location)
Location of the resource.
|
AttachInstancePoolInstanceResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
AttachInstancePoolInstanceResponse.Builder |
opcWorkRequestId(String opcWorkRequestId)
The OCID of the work request.
|
String |
toString() |
public AttachInstancePoolInstanceResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public AttachInstancePoolInstanceResponse.Builder copy(AttachInstancePoolInstanceResponse o)
Copy method to populate the builder with values from the given instance.
public AttachInstancePoolInstanceResponse build()
public AttachInstancePoolInstanceResponse.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 AttachInstancePoolInstanceResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
this
.public AttachInstancePoolInstanceResponse.Builder opcWorkRequestId(String opcWorkRequestId)
The OCID of the work request. Use GetWorkRequest with this ID to track the status of the request.
this
.public AttachInstancePoolInstanceResponse.Builder location(String location)
Location of the resource.
this
.public AttachInstancePoolInstanceResponse.Builder instancePoolInstance(InstancePoolInstance instancePoolInstance)
The returned InstancePoolInstance instance.
this
.Copyright © 2016–2022. All rights reserved.