ListSqlCollectionAnalyticsRequest.Builder |
ListSqlCollectionAnalyticsRequest.Builder.accessLevel(ListSqlCollectionAnalyticsRequest.AccessLevel accessLevel) |
Valid values are RESTRICTED and ACCESSIBLE.
|
static ListSqlCollectionAnalyticsRequest.Builder |
ListSqlCollectionAnalyticsRequest.builder() |
Return a new builder for this request object.
|
ListSqlCollectionAnalyticsRequest.Builder |
ListSqlCollectionAnalyticsRequest.Builder.compartmentId(String compartmentId) |
A filter to return only resources that match the specified compartment OCID.
|
ListSqlCollectionAnalyticsRequest.Builder |
ListSqlCollectionAnalyticsRequest.Builder.compartmentIdInSubtree(Boolean compartmentIdInSubtree) |
Default is false.
|
ListSqlCollectionAnalyticsRequest.Builder |
ListSqlCollectionAnalyticsRequest.Builder.copy(ListSqlCollectionAnalyticsRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListSqlCollectionAnalyticsRequest.Builder |
ListSqlCollectionAnalyticsRequest.Builder.groupBy(ListSqlCollectionAnalyticsRequest.GroupBy singularValue) |
Singular setter.
|
ListSqlCollectionAnalyticsRequest.Builder |
ListSqlCollectionAnalyticsRequest.Builder.groupBy(List<ListSqlCollectionAnalyticsRequest.GroupBy> groupBy) |
The group by parameter to summarize SQL collection aggregation.
|
ListSqlCollectionAnalyticsRequest.Builder |
ListSqlCollectionAnalyticsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListSqlCollectionAnalyticsRequest.Builder |
ListSqlCollectionAnalyticsRequest.Builder.lifecycleState(SqlCollectionLifecycleState lifecycleState) |
The current state of the SQL collection.
|
ListSqlCollectionAnalyticsRequest.Builder |
ListSqlCollectionAnalyticsRequest.Builder.limit(Integer limit) |
For list pagination.
|
ListSqlCollectionAnalyticsRequest.Builder |
ListSqlCollectionAnalyticsRequest.Builder.opcRequestId(String opcRequestId) |
Unique identifier for the request.
|
ListSqlCollectionAnalyticsRequest.Builder |
ListSqlCollectionAnalyticsRequest.Builder.page(String page) |
For list pagination.
|
ListSqlCollectionAnalyticsRequest.Builder |
ListSqlCollectionAnalyticsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListSqlCollectionAnalyticsRequest.Builder |
ListSqlCollectionAnalyticsRequest.Builder.targetId(String targetId) |
A filter to return only items related to a specific target OCID.
|
ListSqlCollectionAnalyticsRequest.Builder |
ListSqlCollectionAnalyticsRequest.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.
|
ListSqlCollectionAnalyticsRequest.Builder |
ListSqlCollectionAnalyticsRequest.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.
|
ListSqlCollectionAnalyticsRequest.Builder |
ListSqlCollectionAnalyticsRequest.toBuilder() |
|