ListMonitorsRequest.Builder |
ListMonitorsRequest.Builder.apmDomainId(String apmDomainId) |
The APM domain ID the request is intended for.
|
static ListMonitorsRequest.Builder |
ListMonitorsRequest.builder() |
Return a new builder for this request object.
|
ListMonitorsRequest.Builder |
ListMonitorsRequest.Builder.copy(ListMonitorsRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListMonitorsRequest.Builder |
ListMonitorsRequest.Builder.displayName(String displayName) |
A filter to return only the resources that match the entire display name.
|
ListMonitorsRequest.Builder |
ListMonitorsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListMonitorsRequest.Builder |
ListMonitorsRequest.Builder.isMaintenanceWindowActive(Boolean isMaintenanceWindowActive) |
A filter to return the monitors whose maintenance window is currently active.
|
ListMonitorsRequest.Builder |
ListMonitorsRequest.Builder.isMaintenanceWindowSet(Boolean isMaintenanceWindowSet) |
A filter to return the monitors whose maintenance window is set.
|
ListMonitorsRequest.Builder |
ListMonitorsRequest.Builder.limit(Integer limit) |
The maximum number of items to return.
|
ListMonitorsRequest.Builder |
ListMonitorsRequest.Builder.monitorType(String monitorType) |
A filter to return only monitors that match the given monitor type.
|
ListMonitorsRequest.Builder |
ListMonitorsRequest.Builder.opcRequestId(String opcRequestId) |
Unique identifier for the request.
|
ListMonitorsRequest.Builder |
ListMonitorsRequest.Builder.page(String page) |
The maximum number of results per page, or items to return in a paginated “List” call.
|
ListMonitorsRequest.Builder |
ListMonitorsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListMonitorsRequest.Builder |
ListMonitorsRequest.Builder.scriptId(String scriptId) |
A filter to return only monitors using scriptId.
|
ListMonitorsRequest.Builder |
ListMonitorsRequest.Builder.sortBy(ListMonitorsRequest.SortBy sortBy) |
The field to sort by.
|
ListMonitorsRequest.Builder |
ListMonitorsRequest.Builder.sortOrder(SortOrders sortOrder) |
The sort order to use, either ascending (ASC) or descending (DESC).
|
ListMonitorsRequest.Builder |
ListMonitorsRequest.Builder.status(MonitorStatus status) |
A filter to return only monitors that match the status given.
|
ListMonitorsRequest.Builder |
ListMonitorsRequest.toBuilder() |
|
ListMonitorsRequest.Builder |
ListMonitorsRequest.Builder.vantagePoint(String vantagePoint) |
The name of the public or dedicated vantage point.
|