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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ListSqlCollectionLogInsightsRequestbuild()Build the instance of ListSqlCollectionLogInsightsRequest as configured by this builderListSqlCollectionLogInsightsRequestbuildWithoutInvocationCallback()Build the instance of ListSqlCollectionLogInsightsRequest as configured by this builderListSqlCollectionLogInsightsRequest.Buildercopy(ListSqlCollectionLogInsightsRequest o)Copy method to populate the builder with values from the given instance.ListSqlCollectionLogInsightsRequest.BuildergroupBy(ListSqlCollectionLogInsightsRequest.GroupBy groupBy)The group by parameter to summarize SQL collection log insights aggregation.ListSqlCollectionLogInsightsRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListSqlCollectionLogInsightsRequest.Builderlimit(Integer limit)For list pagination.ListSqlCollectionLogInsightsRequest.BuilderopcRequestId(String opcRequestId)Unique identifier for the request.ListSqlCollectionLogInsightsRequest.Builderpage(String page)For list pagination.ListSqlCollectionLogInsightsRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListSqlCollectionLogInsightsRequest.BuildersqlCollectionId(String sqlCollectionId)The OCID of the SQL collection resource.ListSqlCollectionLogInsightsRequest.BuildertimeEnded(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.BuildertimeStarted(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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.oracle.bmc.requests.BmcRequest.Builderbody$
 
- 
 
- 
- 
- 
Method Detail- 
timeStartedpublic 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
 
 - 
timeEndedpublic 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
 
 - 
sqlCollectionIdpublic ListSqlCollectionLogInsightsRequest.Builder sqlCollectionId(String sqlCollectionId) The OCID of the SQL collection resource.- Parameters:
- sqlCollectionId- the value to set
- Returns:
- this builder instance
 
 - 
limitpublic 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
 
 - 
pagepublic 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
 
 - 
opcRequestIdpublic ListSqlCollectionLogInsightsRequest.Builder opcRequestId(String opcRequestId) Unique identifier for the request.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
groupBypublic 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
 
 - 
invocationCallbackpublic 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
 
 - 
retryConfigurationpublic 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
 
 - 
copypublic ListSqlCollectionLogInsightsRequest.Builder copy(ListSqlCollectionLogInsightsRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<ListSqlCollectionLogInsightsRequest,Void>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic 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:
- buildin interface- BmcRequest.Builder<ListSqlCollectionLogInsightsRequest,Void>
- Returns:
- instance of ListSqlCollectionLogInsightsRequest
 
 - 
buildWithoutInvocationCallbackpublic 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
 
 
- 
 
-