Package com.oracle.bmc.core.responses
Class GetRemotePeeringConnectionResponse.Builder
- java.lang.Object
-
- com.oracle.bmc.core.responses.GetRemotePeeringConnectionResponse.Builder
-
- All Implemented Interfaces:
BmcResponse.Builder<GetRemotePeeringConnectionResponse>
- Enclosing class:
- GetRemotePeeringConnectionResponse
public static class GetRemotePeeringConnectionResponse.Builder extends Object implements BmcResponse.Builder<GetRemotePeeringConnectionResponse>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetRemotePeeringConnectionResponse.Builder__httpStatusCode__(int __httpStatusCode__)GetRemotePeeringConnectionResponsebuild()Build the response object.GetRemotePeeringConnectionResponse.Buildercopy(GetRemotePeeringConnectionResponse o)Copy method to populate the builder with values from the given instance.GetRemotePeeringConnectionResponse.Builderetag(String etag)For optimistic concurrency control.GetRemotePeeringConnectionResponse.Builderheaders(Map<String,List<String>> headers)GetRemotePeeringConnectionResponse.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.GetRemotePeeringConnectionResponse.BuilderremotePeeringConnection(RemotePeeringConnection remotePeeringConnection)The returned RemotePeeringConnection instance.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.responses.BmcResponse.Builder
isNotModified
-
-
-
-
Method Detail
-
__httpStatusCode__
public GetRemotePeeringConnectionResponse.Builder __httpStatusCode__(int __httpStatusCode__)
- Specified by:
__httpStatusCode__in interfaceBmcResponse.Builder<GetRemotePeeringConnectionResponse>
-
headers
public GetRemotePeeringConnectionResponse.Builder headers(Map<String,List<String>> headers)
- Specified by:
headersin interfaceBmcResponse.Builder<GetRemotePeeringConnectionResponse>
-
etag
public GetRemotePeeringConnectionResponse.Builder etag(String etag)
For optimistic concurrency control.See if-match.
- Parameters:
etag- the value to set- Returns:
- this builder
-
opcRequestId
public GetRemotePeeringConnectionResponse.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.
- Parameters:
opcRequestId- the value to set- Returns:
- this builder
-
remotePeeringConnection
public GetRemotePeeringConnectionResponse.Builder remotePeeringConnection(RemotePeeringConnection remotePeeringConnection)
The returned RemotePeeringConnection instance.- Parameters:
remotePeeringConnection- the value to set- Returns:
- this builder
-
copy
public GetRemotePeeringConnectionResponse.Builder copy(GetRemotePeeringConnectionResponse o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcResponse.Builder<GetRemotePeeringConnectionResponse>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public GetRemotePeeringConnectionResponse build()
Build the response object.- Specified by:
buildin interfaceBmcResponse.Builder<GetRemotePeeringConnectionResponse>- Returns:
- the response object
-
-