public static class CreateOnDemandPingProbeResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
CreateOnDemandPingProbeResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
CreateOnDemandPingProbeResponse |
build() |
CreateOnDemandPingProbeResponse.Builder |
copy(CreateOnDemandPingProbeResponse o)
Copy method to populate the builder with values from the given instance.
|
CreateOnDemandPingProbeResponse.Builder |
location(String location)
The URL for fetching probe results.
|
CreateOnDemandPingProbeResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
CreateOnDemandPingProbeResponse.Builder |
pingProbe(PingProbe pingProbe)
The returned PingProbe instance.
|
String |
toString() |
public CreateOnDemandPingProbeResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public CreateOnDemandPingProbeResponse.Builder copy(CreateOnDemandPingProbeResponse o)
Copy method to populate the builder with values from the given instance.
public CreateOnDemandPingProbeResponse build()
public CreateOnDemandPingProbeResponse.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 CreateOnDemandPingProbeResponse.Builder location(String location)
The URL for fetching probe results.
this
.public CreateOnDemandPingProbeResponse.Builder pingProbe(PingProbe pingProbe)
The returned PingProbe instance.
this
.Copyright © 2016–2022. All rights reserved.