public static class GetManagedInstanceGroupResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetManagedInstanceGroupResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetManagedInstanceGroupResponse |
build()
Build the response object.
|
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 |
headers(javax.ws.rs.core.MultivaluedMap<String,String> headers) |
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.
|
public GetManagedInstanceGroupResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetManagedInstanceGroupResponse.Builder headers(javax.ws.rs.core.MultivaluedMap<String,String> headers)
public GetManagedInstanceGroupResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic 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.
opcRequestId
- the value to setpublic GetManagedInstanceGroupResponse.Builder retryAfter(Float retryAfter)
A decimal number representing the number of seconds the client should wait before polling this endpoint again.
retryAfter
- the value to setpublic GetManagedInstanceGroupResponse.Builder managedInstanceGroup(ManagedInstanceGroup managedInstanceGroup)
The returned ManagedInstanceGroup instance.
managedInstanceGroup
- the value to setpublic GetManagedInstanceGroupResponse.Builder copy(GetManagedInstanceGroupResponse o)
Copy method to populate the builder with values from the given instance.
public GetManagedInstanceGroupResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.