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