public static class ListPingMonitorsRequest.Builder extends Object implements BmcRequest.Builder<ListPingMonitorsRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListPingMonitorsRequest |
build()
Build the instance of ListPingMonitorsRequest as configured by this builder
|
ListPingMonitorsRequest |
buildWithoutInvocationCallback()
Build the instance of ListPingMonitorsRequest as configured by this builder
|
ListPingMonitorsRequest.Builder |
compartmentId(String compartmentId)
Filters results by compartment.
|
ListPingMonitorsRequest.Builder |
copy(ListPingMonitorsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListPingMonitorsRequest.Builder |
displayName(String displayName)
Filters results that exactly match the
displayName field. |
ListPingMonitorsRequest.Builder |
homeRegion(String homeRegion)
Filters results that match the
homeRegion . |
ListPingMonitorsRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListPingMonitorsRequest.Builder |
limit(Integer limit)
The maximum number of items to return in a paginated “List” call.
|
ListPingMonitorsRequest.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
ListPingMonitorsRequest.Builder |
page(String page)
The value of the
opc-next-page response header from the previous “List” call. |
ListPingMonitorsRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListPingMonitorsRequest.Builder |
sortBy(ListPingMonitorsRequest.SortBy sortBy)
The field to sort by when listing monitors.
|
ListPingMonitorsRequest.Builder |
sortOrder(ListPingMonitorsRequest.SortOrder sortOrder)
Controls the sort order of results.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListPingMonitorsRequest.Builder compartmentId(String compartmentId)
Filters results by compartment.
compartmentId
- the value to setpublic ListPingMonitorsRequest.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 ListPingMonitorsRequest.Builder limit(Integer limit)
The maximum number of items to return in a paginated “List” call.
limit
- the value to setpublic ListPingMonitorsRequest.Builder page(String page)
The value of the opc-next-page
response header from the previous “List” call.
page
- the value to setpublic ListPingMonitorsRequest.Builder sortBy(ListPingMonitorsRequest.SortBy sortBy)
The field to sort by when listing monitors.
sortBy
- the value to setpublic ListPingMonitorsRequest.Builder sortOrder(ListPingMonitorsRequest.SortOrder sortOrder)
Controls the sort order of results.
sortOrder
- the value to setpublic ListPingMonitorsRequest.Builder displayName(String displayName)
Filters results that exactly match the displayName
field.
displayName
- the value to setpublic ListPingMonitorsRequest.Builder homeRegion(String homeRegion)
Filters results that match the homeRegion
.
homeRegion
- the value to setpublic ListPingMonitorsRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic ListPingMonitorsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListPingMonitorsRequest.Builder copy(ListPingMonitorsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListPingMonitorsRequest,Void>
o
- other request from which to copy valuespublic ListPingMonitorsRequest build()
Build the instance of ListPingMonitorsRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<ListPingMonitorsRequest,Void>
public ListPingMonitorsRequest buildWithoutInvocationCallback()
Build the instance of ListPingMonitorsRequest as configured by this builder
Note that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method build()
does
Copyright © 2016–2024. All rights reserved.