static ListPluginErrorsRequest.Builder |
ListPluginErrorsRequest.builder() |
Return a new builder for this request object.
|
ListPluginErrorsRequest.Builder |
ListPluginErrorsRequest.Builder.compartmentId(String compartmentId) |
The OCID of the
compartment in which to list resources.
|
ListPluginErrorsRequest.Builder |
ListPluginErrorsRequest.Builder.compartmentIdInSubtree(Boolean compartmentIdInSubtree) |
Flag to determine whether the info should be gathered only in the compartment or in the
compartment and its subcompartments.
|
ListPluginErrorsRequest.Builder |
ListPluginErrorsRequest.Builder.copy(ListPluginErrorsRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListPluginErrorsRequest.Builder |
ListPluginErrorsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListPluginErrorsRequest.Builder |
ListPluginErrorsRequest.Builder.limit(Integer limit) |
The maximum number of items to return.
|
ListPluginErrorsRequest.Builder |
ListPluginErrorsRequest.Builder.managedInstanceId(String managedInstanceId) |
The Fleet-unique identifier of the managed instance.
|
ListPluginErrorsRequest.Builder |
ListPluginErrorsRequest.Builder.opcRequestId(String opcRequestId) |
The client request ID for tracing.
|
ListPluginErrorsRequest.Builder |
ListPluginErrorsRequest.Builder.page(String page) |
The page token representing the page at which to start retrieving results.
|
ListPluginErrorsRequest.Builder |
ListPluginErrorsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListPluginErrorsRequest.Builder |
ListPluginErrorsRequest.Builder.sortBy(PluginErrorSortBy sortBy) |
The field to sort PluginError.
|
ListPluginErrorsRequest.Builder |
ListPluginErrorsRequest.Builder.sortOrder(SortOrder sortOrder) |
The sort order, either ‘asc’ or ‘desc’.
|
ListPluginErrorsRequest.Builder |
ListPluginErrorsRequest.Builder.timeFirstSeenGreaterThanOrEqualTo(Date timeFirstSeenGreaterThanOrEqualTo) |
If specified, only errors with a first seen time later than this parameter will be
included in the search (formatted according to RFC3339).
|
ListPluginErrorsRequest.Builder |
ListPluginErrorsRequest.Builder.timeFirstSeenLessThanOrEqualTo(Date timeFirstSeenLessThanOrEqualTo) |
If specified, only errors with a first seen time earlier than this parameter will be
included in the search (formatted according to RFC3339).
|
ListPluginErrorsRequest.Builder |
ListPluginErrorsRequest.Builder.timeLastSeenGreaterThanOrEqualTo(Date timeLastSeenGreaterThanOrEqualTo) |
If specified, only errors with a last seen time later than this parameter will be
included in the search (formatted according to RFC3339).
|
ListPluginErrorsRequest.Builder |
ListPluginErrorsRequest.Builder.timeLastSeenLessThanOrEqualTo(Date timeLastSeenLessThanOrEqualTo) |
If specified, only errors with a last seen time earlier than this parameter will be
included in the search (formatted according to RFC3339).
|
ListPluginErrorsRequest.Builder |
ListPluginErrorsRequest.toBuilder() |
|