public static class StartInstancePoolResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
StartInstancePoolResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
StartInstancePoolResponse |
build() |
StartInstancePoolResponse.Builder |
copy(StartInstancePoolResponse o)
Copy method to populate the builder with values from the given instance.
|
StartInstancePoolResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
StartInstancePoolResponse.Builder |
instancePool(InstancePool instancePool)
The returned InstancePool instance.
|
StartInstancePoolResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
String |
toString() |
public StartInstancePoolResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public StartInstancePoolResponse.Builder copy(StartInstancePoolResponse o)
Copy method to populate the builder with values from the given instance.
public StartInstancePoolResponse build()
public StartInstancePoolResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
this
.public StartInstancePoolResponse.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 StartInstancePoolResponse.Builder instancePool(InstancePool instancePool)
The returned InstancePool instance.
this
.Copyright © 2016–2022. All rights reserved.