Package com.oracle.bmc.datasafe.requests
Class ListSqlCollectionLogInsightsRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.requests.ListSqlCollectionLogInsightsRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<ListSqlCollectionLogInsightsRequest,Void>
- Enclosing class:
- ListSqlCollectionLogInsightsRequest
public static class ListSqlCollectionLogInsightsRequest.Builder extends Object implements BmcRequest.Builder<ListSqlCollectionLogInsightsRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListSqlCollectionLogInsightsRequest
build()
Build the instance of ListSqlCollectionLogInsightsRequest as configured by this builderListSqlCollectionLogInsightsRequest
buildWithoutInvocationCallback()
Build the instance of ListSqlCollectionLogInsightsRequest as configured by this builderListSqlCollectionLogInsightsRequest.Builder
copy(ListSqlCollectionLogInsightsRequest o)
Copy method to populate the builder with values from the given instance.ListSqlCollectionLogInsightsRequest.Builder
groupBy(ListSqlCollectionLogInsightsRequest.GroupBy groupBy)
The group by parameter to summarize SQL collection log insights aggregation.ListSqlCollectionLogInsightsRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.ListSqlCollectionLogInsightsRequest.Builder
limit(Integer limit)
For list pagination.ListSqlCollectionLogInsightsRequest.Builder
opcRequestId(String opcRequestId)
Unique identifier for the request.ListSqlCollectionLogInsightsRequest.Builder
page(String page)
For list pagination.ListSqlCollectionLogInsightsRequest.Builder
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.ListSqlCollectionLogInsightsRequest.Builder
sqlCollectionId(String sqlCollectionId)
The OCID of the SQL collection resource.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
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.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.requests.BmcRequest.Builder
body$
-
-
-
-
Method Detail
-
timeStarted
public 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.- Parameters:
timeStarted
- the value to set- Returns:
- this builder instance
-
timeEnded
public 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.- Parameters:
timeEnded
- the value to set- Returns:
- this builder instance
-
sqlCollectionId
public ListSqlCollectionLogInsightsRequest.Builder sqlCollectionId(String sqlCollectionId)
The OCID of the SQL collection resource.- Parameters:
sqlCollectionId
- the value to set- Returns:
- this builder instance
-
limit
public ListSqlCollectionLogInsightsRequest.Builder limit(Integer limit)
For list pagination.The maximum number of items to return per page in a paginated “List” call. For details about how pagination works, see List Pagination.
- Parameters:
limit
- the value to set- Returns:
- this builder instance
-
page
public ListSqlCollectionLogInsightsRequest.Builder page(String page)
For list pagination.The page token representing the page at which to start retrieving results. It is usually retrieved from a previous “List” call. For details about how pagination works, see List Pagination.
- Parameters:
page
- the value to set- Returns:
- this builder instance
-
opcRequestId
public ListSqlCollectionLogInsightsRequest.Builder opcRequestId(String opcRequestId)
Unique identifier for the request.- Parameters:
opcRequestId
- the value to set- Returns:
- this builder instance
-
groupBy
public ListSqlCollectionLogInsightsRequest.Builder groupBy(ListSqlCollectionLogInsightsRequest.GroupBy groupBy)
The group by parameter to summarize SQL collection log insights aggregation.- Parameters:
groupBy
- the value to set- Returns:
- this builder instance
-
invocationCallback
public ListSqlCollectionLogInsightsRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.- Parameters:
invocationCallback
- the invocation callback to be set for the request- Returns:
- this builder instance
-
retryConfiguration
public ListSqlCollectionLogInsightsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.- Parameters:
retryConfiguration
- the retry configuration to be used for the request- Returns:
- this builder instance
-
copy
public ListSqlCollectionLogInsightsRequest.Builder copy(ListSqlCollectionLogInsightsRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<ListSqlCollectionLogInsightsRequest,Void>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public ListSqlCollectionLogInsightsRequest build()
Build the instance of ListSqlCollectionLogInsightsRequest as configured by this builderNote that this method takes calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account, while the methodbuildWithoutInvocationCallback()
does not.This is the preferred method to build an instance.
- Specified by:
build
in interfaceBmcRequest.Builder<ListSqlCollectionLogInsightsRequest,Void>
- Returns:
- instance of ListSqlCollectionLogInsightsRequest
-
buildWithoutInvocationCallback
public ListSqlCollectionLogInsightsRequest buildWithoutInvocationCallback()
Build the instance of ListSqlCollectionLogInsightsRequest as configured by this builderNote that this method does not take calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account, while the methodbuild()
does- Returns:
- instance of ListSqlCollectionLogInsightsRequest
-
-