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