static ListSqlCollectionLogInsightsRequest.Builder |
ListSqlCollectionLogInsightsRequest.builder() |
Return a new builder for this request object.
|
ListSqlCollectionLogInsightsRequest.Builder |
ListSqlCollectionLogInsightsRequest.Builder.copy(ListSqlCollectionLogInsightsRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListSqlCollectionLogInsightsRequest.Builder |
ListSqlCollectionLogInsightsRequest.Builder.groupBy(ListSqlCollectionLogInsightsRequest.GroupBy groupBy) |
The group by parameter to summarize SQL collection log insights aggregation.
|
ListSqlCollectionLogInsightsRequest.Builder |
ListSqlCollectionLogInsightsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListSqlCollectionLogInsightsRequest.Builder |
ListSqlCollectionLogInsightsRequest.Builder.limit(Integer limit) |
For list pagination.
|
ListSqlCollectionLogInsightsRequest.Builder |
ListSqlCollectionLogInsightsRequest.Builder.opcRequestId(String opcRequestId) |
Unique identifier for the request.
|
ListSqlCollectionLogInsightsRequest.Builder |
ListSqlCollectionLogInsightsRequest.Builder.page(String page) |
For list pagination.
|
ListSqlCollectionLogInsightsRequest.Builder |
ListSqlCollectionLogInsightsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListSqlCollectionLogInsightsRequest.Builder |
ListSqlCollectionLogInsightsRequest.Builder.sqlCollectionId(String sqlCollectionId) |
The OCID of the SQL collection resource.
|
ListSqlCollectionLogInsightsRequest.Builder |
ListSqlCollectionLogInsightsRequest.Builder.timeEnded(Date timeEnded) |
An optional filter to return the stats of the SQL collection logs collected before the
date-time specified, in the format defined by
RFC3339.
|
ListSqlCollectionLogInsightsRequest.Builder |
ListSqlCollectionLogInsightsRequest.Builder.timeStarted(Date timeStarted) |
An optional filter to return the stats of the SQL collection logs collected after the
date-time specified, in the format defined by
RFC3339.
|
ListSqlCollectionLogInsightsRequest.Builder |
ListSqlCollectionLogInsightsRequest.toBuilder() |
|