public static class CreateVmClusterResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
CreateVmClusterResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
CreateVmClusterResponse |
build() |
CreateVmClusterResponse.Builder |
copy(CreateVmClusterResponse o)
Copy method to populate the builder with values from the given instance.
|
CreateVmClusterResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
CreateVmClusterResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
CreateVmClusterResponse.Builder |
opcWorkRequestId(String opcWorkRequestId)
The OCID of the work request.
|
String |
toString() |
CreateVmClusterResponse.Builder |
vmCluster(VmCluster vmCluster)
The returned VmCluster instance.
|
public CreateVmClusterResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public CreateVmClusterResponse.Builder copy(CreateVmClusterResponse o)
Copy method to populate the builder with values from the given instance.
public CreateVmClusterResponse build()
public CreateVmClusterResponse.Builder opcWorkRequestId(String opcWorkRequestId)
The OCID of the work request. Multiple OCID values are returned in a comma-separated list. Use getWorkRequest
with a work request OCID to track the status of the request.
this
.public CreateVmClusterResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
this
.public CreateVmClusterResponse.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 CreateVmClusterResponse.Builder vmCluster(VmCluster vmCluster)
The returned VmCluster instance.
this
.Copyright © 2016–2022. All rights reserved.