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