public static class ListSqlTuningSetsRequest.Builder extends Object implements BmcRequest.Builder<ListSqlTuningSetsRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListSqlTuningSetsRequest |
build()
Build the instance of ListSqlTuningSetsRequest as configured by this builder
|
ListSqlTuningSetsRequest |
buildWithoutInvocationCallback()
Build the instance of ListSqlTuningSetsRequest as configured by this builder
|
ListSqlTuningSetsRequest.Builder |
copy(ListSqlTuningSetsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListSqlTuningSetsRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListSqlTuningSetsRequest.Builder |
limit(Integer limit)
The maximum number of records returned in the paginated response.
|
ListSqlTuningSetsRequest.Builder |
managedDatabaseId(String managedDatabaseId)
The OCID of the
Managed Database.
|
ListSqlTuningSetsRequest.Builder |
nameContains(String nameContains)
Allow searching the name of the SQL tuning set by partial matching.
|
ListSqlTuningSetsRequest.Builder |
opcNamedCredentialId(String opcNamedCredentialId)
The OCID of the Named Credential.
|
ListSqlTuningSetsRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListSqlTuningSetsRequest.Builder |
owner(String owner)
The owner of the SQL tuning set.
|
ListSqlTuningSetsRequest.Builder |
page(String page)
The page token representing the page from where the next set of paginated results are
retrieved.
|
ListSqlTuningSetsRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListSqlTuningSetsRequest.Builder |
sortBy(ListSqlTuningSetsRequest.SortBy sortBy)
The option to sort the SQL tuning set summary data.
|
ListSqlTuningSetsRequest.Builder |
sortOrder(SortOrders sortOrder)
The option to sort information in ascending (‘ASC’) or descending
(‘DESC’) order.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListSqlTuningSetsRequest.Builder managedDatabaseId(String managedDatabaseId)
The OCID of the Managed Database.
managedDatabaseId
- the value to setpublic ListSqlTuningSetsRequest.Builder owner(String owner)
The owner of the SQL tuning set.
owner
- the value to setpublic ListSqlTuningSetsRequest.Builder nameContains(String nameContains)
Allow searching the name of the SQL tuning set by partial matching. The search is case insensitive.
nameContains
- the value to setpublic ListSqlTuningSetsRequest.Builder sortBy(ListSqlTuningSetsRequest.SortBy sortBy)
The option to sort the SQL tuning set summary data.
sortBy
- the value to setpublic ListSqlTuningSetsRequest.Builder sortOrder(SortOrders sortOrder)
The option to sort information in ascending (‘ASC’) or descending (‘DESC’) order. Ascending order is the default order.
sortOrder
- the value to setpublic ListSqlTuningSetsRequest.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.
page
- the value to setpublic ListSqlTuningSetsRequest.Builder limit(Integer limit)
The maximum number of records returned in the paginated response.
limit
- the value to setpublic ListSqlTuningSetsRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
opcRequestId
- the value to setpublic ListSqlTuningSetsRequest.Builder opcNamedCredentialId(String opcNamedCredentialId)
The OCID of the Named Credential.
opcNamedCredentialId
- the value to setpublic ListSqlTuningSetsRequest.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 ListSqlTuningSetsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListSqlTuningSetsRequest.Builder copy(ListSqlTuningSetsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListSqlTuningSetsRequest,Void>
o
- other request from which to copy valuespublic ListSqlTuningSetsRequest build()
Build the instance of ListSqlTuningSetsRequest 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<ListSqlTuningSetsRequest,Void>
public ListSqlTuningSetsRequest buildWithoutInvocationCallback()
Build the instance of ListSqlTuningSetsRequest 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.