public static class ListSqlPlansRequest.Builder extends Object implements BmcRequest.Builder<ListSqlPlansRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListSqlPlansRequest |
build()
Build the instance of ListSqlPlansRequest as configured by this builder
|
ListSqlPlansRequest |
buildWithoutInvocationCallback()
Build the instance of ListSqlPlansRequest as configured by this builder
|
ListSqlPlansRequest.Builder |
compartmentId(String compartmentId)
The OCID
of the compartment.
|
ListSqlPlansRequest.Builder |
copy(ListSqlPlansRequest o)
Copy method to populate the builder with values from the given instance.
|
ListSqlPlansRequest.Builder |
databaseId(String databaseId)
Optional
OCID of
the associated DBaaS entity.
|
ListSqlPlansRequest.Builder |
id(String id)
OCID of
the database insight resource.
|
ListSqlPlansRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListSqlPlansRequest.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
ListSqlPlansRequest.Builder |
page(String page)
For list pagination.
|
ListSqlPlansRequest.Builder |
planHash(List<Long> planHash)
Unique plan hash for a SQL Plan of a particular SQL Statement.
|
ListSqlPlansRequest.Builder |
planHash(Long singularValue)
Singular setter.
|
ListSqlPlansRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListSqlPlansRequest.Builder |
sqlIdentifier(String sqlIdentifier)
Unique SQL_ID for a SQL Statement.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListSqlPlansRequest.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic ListSqlPlansRequest.Builder sqlIdentifier(String sqlIdentifier)
Unique SQL_ID for a SQL Statement. Example: 6rgjh9bjmy2s7
sqlIdentifier
- the value to setpublic ListSqlPlansRequest.Builder planHash(List<Long> planHash)
Unique plan hash for a SQL Plan of a particular SQL Statement. Example: 9820154385
planHash
- the value to setpublic ListSqlPlansRequest.Builder planHash(Long singularValue)
Singular setter. Unique plan hash for a SQL Plan of a particular SQL Statement. Example:
9820154385
singularValue
- the singular value to setpublic ListSqlPlansRequest.Builder databaseId(String databaseId)
Optional OCID of the associated DBaaS entity.
databaseId
- the value to setpublic ListSqlPlansRequest.Builder id(String id)
OCID of the database insight resource.
id
- the value to setpublic 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.
page
- the value to setpublic 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.
opcRequestId
- the value to setpublic ListSqlPlansRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic ListSqlPlansRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListSqlPlansRequest.Builder copy(ListSqlPlansRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListSqlPlansRequest,Void>
o
- other request from which to copy valuespublic ListSqlPlansRequest build()
Build the instance of ListSqlPlansRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<ListSqlPlansRequest,Void>
public ListSqlPlansRequest buildWithoutInvocationCallback()
Build the instance of ListSqlPlansRequest as configured by this builder
Note that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method build()
does
Copyright © 2016–2024. All rights reserved.