public static class CreateOnDemandHttpProbeResponse.Builder extends Object implements BmcResponse.Builder<CreateOnDemandHttpProbeResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateOnDemandHttpProbeResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
CreateOnDemandHttpProbeResponse |
build()
Build the response object.
|
CreateOnDemandHttpProbeResponse.Builder |
copy(CreateOnDemandHttpProbeResponse o)
Copy method to populate the builder with values from the given instance.
|
CreateOnDemandHttpProbeResponse.Builder |
headers(Map<String,List<String>> headers) |
CreateOnDemandHttpProbeResponse.Builder |
httpProbe(HttpProbe httpProbe)
The returned
HttpProbe instance. |
CreateOnDemandHttpProbeResponse.Builder |
location(String location)
The URL for fetching probe results.
|
CreateOnDemandHttpProbeResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public CreateOnDemandHttpProbeResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<CreateOnDemandHttpProbeResponse>
public CreateOnDemandHttpProbeResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<CreateOnDemandHttpProbeResponse>
public CreateOnDemandHttpProbeResponse.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 CreateOnDemandHttpProbeResponse.Builder location(String location)
The URL for fetching probe results.
location
- the value to setpublic CreateOnDemandHttpProbeResponse.Builder httpProbe(HttpProbe httpProbe)
The returned HttpProbe
instance.
httpProbe
- the value to setpublic CreateOnDemandHttpProbeResponse.Builder copy(CreateOnDemandHttpProbeResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<CreateOnDemandHttpProbeResponse>
o
- other request from which to copy valuespublic CreateOnDemandHttpProbeResponse build()
Build the response object.
build
in interface BmcResponse.Builder<CreateOnDemandHttpProbeResponse>
Copyright © 2016–2024. All rights reserved.