Class ListSqlPlanBaselinesRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.databasemanagement.requests.ListSqlPlanBaselinesRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<ListSqlPlanBaselinesRequest,Void>
 - Enclosing class:
- ListSqlPlanBaselinesRequest
 
 public static class ListSqlPlanBaselinesRequest.Builder extends Object implements BmcRequest.Builder<ListSqlPlanBaselinesRequest,Void> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ListSqlPlanBaselinesRequestbuild()Build the instance of ListSqlPlanBaselinesRequest as configured by this builderListSqlPlanBaselinesRequestbuildWithoutInvocationCallback()Build the instance of ListSqlPlanBaselinesRequest as configured by this builderListSqlPlanBaselinesRequest.Buildercopy(ListSqlPlanBaselinesRequest o)Copy method to populate the builder with values from the given instance.ListSqlPlanBaselinesRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListSqlPlanBaselinesRequest.BuilderisAccepted(Boolean isAccepted)A filter to return only SQL plan baselines that are either accepted or not accepted.ListSqlPlanBaselinesRequest.BuilderisAdaptive(Boolean isAdaptive)A filter to return only SQL plan baselines that are either adaptive or not adaptive.ListSqlPlanBaselinesRequest.BuilderisAutoPurged(Boolean isAutoPurged)A filter to return only SQL plan baselines that are either auto-purged or not auto-purged.ListSqlPlanBaselinesRequest.BuilderisEnabled(Boolean isEnabled)A filter to return only SQL plan baselines that are either enabled or not enabled.ListSqlPlanBaselinesRequest.BuilderisFixed(Boolean isFixed)A filter to return only SQL plan baselines that are either fixed or not fixed.ListSqlPlanBaselinesRequest.BuilderisNeverExecuted(Boolean isNeverExecuted)A filter to return only SQL plan baselines that are not executed till now.ListSqlPlanBaselinesRequest.BuilderisReproduced(Boolean isReproduced)A filter to return only SQL plan baselines that were either reproduced or not reproduced by the optimizer.ListSqlPlanBaselinesRequest.Builderlimit(Integer limit)The maximum number of records returned in the paginated response.ListSqlPlanBaselinesRequest.BuildermanagedDatabaseId(String managedDatabaseId)The OCID of the Managed Database.ListSqlPlanBaselinesRequest.BuilderopcNamedCredentialId(String opcNamedCredentialId)The OCID of the Named Credential.ListSqlPlanBaselinesRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.ListSqlPlanBaselinesRequest.Builderorigin(SqlPlanBaselineOrigin origin)A filter to return all the SQL plan baselines that match the origin.ListSqlPlanBaselinesRequest.Builderpage(String page)The page token representing the page from where the next set of paginated results are retrieved.ListSqlPlanBaselinesRequest.BuilderplanName(String planName)A filter to return only SQL plan baselines that match the plan name.ListSqlPlanBaselinesRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListSqlPlanBaselinesRequest.BuildersortBy(ListSqlPlanBaselinesRequest.SortBy sortBy)The option to sort the SQL plan baseline summary data.ListSqlPlanBaselinesRequest.BuildersortOrder(SortOrders sortOrder)The option to sort information in ascending (\u2018ASC\u2019) or descending (\u2018DESC\u2019) order.ListSqlPlanBaselinesRequest.BuildersqlHandle(String sqlHandle)A filter to return all the SQL plan baselines for the specified SQL handle.ListSqlPlanBaselinesRequest.BuildersqlText(String sqlText)A filter to return all the SQL plan baselines that match the SQL text.ListSqlPlanBaselinesRequest.BuildertimeLastExecutedGreaterThan(Date timeLastExecutedGreaterThan)A filter to return only SQL plan baselines whose last execution time is after the specified value.ListSqlPlanBaselinesRequest.BuildertimeLastExecutedLessThan(Date timeLastExecutedLessThan)A filter to return only SQL plan baselines whose last execution time is before the specified value.- 
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- 
managedDatabaseIdpublic ListSqlPlanBaselinesRequest.Builder managedDatabaseId(String managedDatabaseId) The OCID of the Managed Database.- Parameters:
- managedDatabaseId- the value to set
- Returns:
- this builder instance
 
 - 
planNamepublic ListSqlPlanBaselinesRequest.Builder planName(String planName) A filter to return only SQL plan baselines that match the plan name.- Parameters:
- planName- the value to set
- Returns:
- this builder instance
 
 - 
sqlHandlepublic ListSqlPlanBaselinesRequest.Builder sqlHandle(String sqlHandle) A filter to return all the SQL plan baselines for the specified SQL handle.- Parameters:
- sqlHandle- the value to set
- Returns:
- this builder instance
 
 - 
sqlTextpublic ListSqlPlanBaselinesRequest.Builder sqlText(String sqlText) A filter to return all the SQL plan baselines that match the SQL text.By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the ‘%’ symbol as a wildcard. - Parameters:
- sqlText- the value to set
- Returns:
- this builder instance
 
 - 
isEnabledpublic ListSqlPlanBaselinesRequest.Builder isEnabled(Boolean isEnabled) A filter to return only SQL plan baselines that are either enabled or not enabled.By default, all SQL plan baselines are returned. - Parameters:
- isEnabled- the value to set
- Returns:
- this builder instance
 
 - 
isAcceptedpublic ListSqlPlanBaselinesRequest.Builder isAccepted(Boolean isAccepted) A filter to return only SQL plan baselines that are either accepted or not accepted.By default, all SQL plan baselines are returned. - Parameters:
- isAccepted- the value to set
- Returns:
- this builder instance
 
 - 
isReproducedpublic ListSqlPlanBaselinesRequest.Builder isReproduced(Boolean isReproduced) A filter to return only SQL plan baselines that were either reproduced or not reproduced by the optimizer.By default, all SQL plan baselines are returned. - Parameters:
- isReproduced- the value to set
- Returns:
- this builder instance
 
 - 
isFixedpublic ListSqlPlanBaselinesRequest.Builder isFixed(Boolean isFixed) A filter to return only SQL plan baselines that are either fixed or not fixed.By default, all SQL plan baselines are returned. - Parameters:
- isFixed- the value to set
- Returns:
- this builder instance
 
 - 
isAdaptivepublic ListSqlPlanBaselinesRequest.Builder isAdaptive(Boolean isAdaptive) A filter to return only SQL plan baselines that are either adaptive or not adaptive.By default, all SQL plan baselines are returned. - Parameters:
- isAdaptive- the value to set
- Returns:
- this builder instance
 
 - 
originpublic ListSqlPlanBaselinesRequest.Builder origin(SqlPlanBaselineOrigin origin) A filter to return all the SQL plan baselines that match the origin.- Parameters:
- origin- the value to set
- Returns:
- this builder instance
 
 - 
pagepublic ListSqlPlanBaselinesRequest.Builder page(String page) The page token representing the page from where the next set of paginated results are retrieved.This is usually retrieved from a previous list call. - Parameters:
- page- the value to set
- Returns:
- this builder instance
 
 - 
limitpublic ListSqlPlanBaselinesRequest.Builder limit(Integer limit) The maximum number of records returned in the paginated response.- Parameters:
- limit- the value to set
- Returns:
- this builder instance
 
 - 
sortBypublic ListSqlPlanBaselinesRequest.Builder sortBy(ListSqlPlanBaselinesRequest.SortBy sortBy) The option to sort the SQL plan baseline summary data.- Parameters:
- sortBy- the value to set
- Returns:
- this builder instance
 
 - 
sortOrderpublic ListSqlPlanBaselinesRequest.Builder sortOrder(SortOrders sortOrder) The option to sort information in ascending (\u2018ASC\u2019) or descending (\u2018DESC\u2019) order.Descending order is the default order. - Parameters:
- sortOrder- the value to set
- Returns:
- this builder instance
 
 - 
isAutoPurgedpublic ListSqlPlanBaselinesRequest.Builder isAutoPurged(Boolean isAutoPurged) A filter to return only SQL plan baselines that are either auto-purged or not auto-purged.By default, all SQL plan baselines are returned. - Parameters:
- isAutoPurged- the value to set
- Returns:
- this builder instance
 
 - 
timeLastExecutedGreaterThanpublic ListSqlPlanBaselinesRequest.Builder timeLastExecutedGreaterThan(Date timeLastExecutedGreaterThan) A filter to return only SQL plan baselines whose last execution time is after the specified value.By default, all SQL plan baselines are returned. - Parameters:
- timeLastExecutedGreaterThan- the value to set
- Returns:
- this builder instance
 
 - 
timeLastExecutedLessThanpublic ListSqlPlanBaselinesRequest.Builder timeLastExecutedLessThan(Date timeLastExecutedLessThan) A filter to return only SQL plan baselines whose last execution time is before the specified value.By default, all SQL plan baselines are returned. - Parameters:
- timeLastExecutedLessThan- the value to set
- Returns:
- this builder instance
 
 - 
isNeverExecutedpublic ListSqlPlanBaselinesRequest.Builder isNeverExecuted(Boolean isNeverExecuted) A filter to return only SQL plan baselines that are not executed till now.By default, all SQL plan baselines are returned. - Parameters:
- isNeverExecuted- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic ListSqlPlanBaselinesRequest.Builder opcRequestId(String opcRequestId) The client request ID for tracing.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
opcNamedCredentialIdpublic ListSqlPlanBaselinesRequest.Builder opcNamedCredentialId(String opcNamedCredentialId) The OCID of the Named Credential.- Parameters:
- opcNamedCredentialId- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic ListSqlPlanBaselinesRequest.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 ListSqlPlanBaselinesRequest.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 ListSqlPlanBaselinesRequest.Builder copy(ListSqlPlanBaselinesRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<ListSqlPlanBaselinesRequest,Void>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic ListSqlPlanBaselinesRequest build() Build the instance of ListSqlPlanBaselinesRequest 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<ListSqlPlanBaselinesRequest,Void>
- Returns:
- instance of ListSqlPlanBaselinesRequest
 
 - 
buildWithoutInvocationCallbackpublic ListSqlPlanBaselinesRequest buildWithoutInvocationCallback() Build the instance of ListSqlPlanBaselinesRequest 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 ListSqlPlanBaselinesRequest
 
 
- 
 
-