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