Package com.oracle.bmc.opsi.requests
Class ListSqlPlansRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.opsi.requests.ListSqlPlansRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<ListSqlPlansRequest,Void>
 - Enclosing class:
- ListSqlPlansRequest
 
 public static class ListSqlPlansRequest.Builder extends Object implements BmcRequest.Builder<ListSqlPlansRequest,Void> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ListSqlPlansRequestbuild()Build the instance of ListSqlPlansRequest as configured by this builderListSqlPlansRequestbuildWithoutInvocationCallback()Build the instance of ListSqlPlansRequest as configured by this builderListSqlPlansRequest.BuildercompartmentId(String compartmentId)The OCID of the compartment.ListSqlPlansRequest.Buildercopy(ListSqlPlansRequest o)Copy method to populate the builder with values from the given instance.ListSqlPlansRequest.BuilderdatabaseId(String databaseId)Optional OCID of the associated DBaaS entity.ListSqlPlansRequest.Builderid(String id)OCID of the database insight resource.ListSqlPlansRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListSqlPlansRequest.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.ListSqlPlansRequest.Builderpage(String page)For list pagination.ListSqlPlansRequest.BuilderplanHash(Long singularValue)Singular setter.ListSqlPlansRequest.BuilderplanHash(List<Long> planHash)Unique plan hash for a SQL Plan of a particular SQL Statement.ListSqlPlansRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListSqlPlansRequest.BuildersqlIdentifier(String sqlIdentifier)Unique SQL_ID for a SQL Statement.- 
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- 
compartmentIdpublic ListSqlPlansRequest.Builder compartmentId(String compartmentId) The OCID of the compartment.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder instance
 
 - 
sqlIdentifierpublic ListSqlPlansRequest.Builder sqlIdentifier(String sqlIdentifier) Unique SQL_ID for a SQL Statement.Example: 6rgjh9bjmy2s7 - Parameters:
- sqlIdentifier- the value to set
- Returns:
- this builder instance
 
 - 
planHashpublic ListSqlPlansRequest.Builder planHash(List<Long> planHash) Unique plan hash for a SQL Plan of a particular SQL Statement.Example: 9820154385 - Parameters:
- planHash- the value to set
- Returns:
- this builder instance
 
 - 
planHashpublic ListSqlPlansRequest.Builder planHash(Long singularValue) Singular setter.Unique plan hash for a SQL Plan of a particular SQL Statement. Example: 9820154385 - Parameters:
- singularValue- the singular value to set
- Returns:
- this builder instance
 
 - 
databaseIdpublic ListSqlPlansRequest.Builder databaseId(String databaseId) Optional OCID of the associated DBaaS entity.- Parameters:
- databaseId- the value to set
- Returns:
- this builder instance
 
 - 
idpublic ListSqlPlansRequest.Builder id(String id) OCID of the database insight resource.- Parameters:
- id- the value to set
- Returns:
- this builder instance
 
 - 
pagepublic ListSqlPlansRequest.Builder page(String page) For list pagination.The value of the opc-next-page response header from the previous “List” call. For important details about how pagination works, see List Pagination. - Parameters:
- page- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic ListSqlPlansRequest.Builder opcRequestId(String opcRequestId) Unique Oracle-assigned identifier for the request.If you need to contact Oracle about a particular request, please provide the request ID. - Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic ListSqlPlansRequest.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 ListSqlPlansRequest.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 ListSqlPlansRequest.Builder copy(ListSqlPlansRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<ListSqlPlansRequest,Void>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic ListSqlPlansRequest build() Build the instance of ListSqlPlansRequest 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<ListSqlPlansRequest,Void>
- Returns:
- instance of ListSqlPlansRequest
 
 - 
buildWithoutInvocationCallbackpublic ListSqlPlansRequest buildWithoutInvocationCallback() Build the instance of ListSqlPlansRequest 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 ListSqlPlansRequest
 
 
- 
 
-