public static class GetManagedInstanceGroupResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GetManagedInstanceGroupResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetManagedInstanceGroupResponse |
build() |
GetManagedInstanceGroupResponse.Builder |
copy(GetManagedInstanceGroupResponse o)
Copy method to populate the builder with values from the given instance.
|
GetManagedInstanceGroupResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
GetManagedInstanceGroupResponse.Builder |
managedInstanceGroup(ManagedInstanceGroup managedInstanceGroup)
The returned ManagedInstanceGroup instance.
|
GetManagedInstanceGroupResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
GetManagedInstanceGroupResponse.Builder |
retryAfter(Float retryAfter)
A decimal number representing the number of seconds the client
should wait before polling this endpoint again.
|
String |
toString() |
public GetManagedInstanceGroupResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetManagedInstanceGroupResponse.Builder copy(GetManagedInstanceGroupResponse o)
Copy method to populate the builder with values from the given instance.
public GetManagedInstanceGroupResponse build()
public GetManagedInstanceGroupResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
this
.public GetManagedInstanceGroupResponse.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 GetManagedInstanceGroupResponse.Builder retryAfter(Float retryAfter)
A decimal number representing the number of seconds the client should wait before polling this endpoint again.
this
.public GetManagedInstanceGroupResponse.Builder managedInstanceGroup(ManagedInstanceGroup managedInstanceGroup)
The returned ManagedInstanceGroup instance.
this
.Copyright © 2016–2022. All rights reserved.