public static class ListManagedMySqlDatabaseSqlDataRequest.Builder extends Object implements BmcRequest.Builder<ListManagedMySqlDatabaseSqlDataRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListManagedMySqlDatabaseSqlDataRequest |
build()
Build the instance of ListManagedMySqlDatabaseSqlDataRequest as configured by this
builder
|
ListManagedMySqlDatabaseSqlDataRequest |
buildWithoutInvocationCallback()
Build the instance of ListManagedMySqlDatabaseSqlDataRequest as configured by this
builder
|
ListManagedMySqlDatabaseSqlDataRequest.Builder |
copy(ListManagedMySqlDatabaseSqlDataRequest o)
Copy method to populate the builder with values from the given instance.
|
ListManagedMySqlDatabaseSqlDataRequest.Builder |
endTime(String endTime)
The end time of the time range to retrieve the health metrics of a Managed Database in
UTC in ISO-8601 format, which is “yyyy-MM-dd’T’hh:mm:ss.sss’Z’”.
|
ListManagedMySqlDatabaseSqlDataRequest.Builder |
filterColumn(String filterColumn)
The parameter to filter results by key criteria which include : - AVG_TIMER_WAIT -
SUM_TIMER_WAIT - COUNT_STAR - SUM_ERRORS - SUM_ROWS_AFFECTED - SUM_ROWS_SENT -
SUM_ROWS_EXAMINED - SUM_CREATED_TMP_TABLES - SUM_NO_INDEX_USED - SUM_NO_GOOD_INDEX_USED -
FIRST_SEEN - LAST_SEEN - HEATWAVE_OFFLOADED - HEATWAVE_OUT_OF_MEMORY
|
ListManagedMySqlDatabaseSqlDataRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListManagedMySqlDatabaseSqlDataRequest.Builder |
limit(Integer limit)
The maximum number of records returned in the paginated response.
|
ListManagedMySqlDatabaseSqlDataRequest.Builder |
managedMySqlDatabaseId(String managedMySqlDatabaseId)
The OCID of the Managed MySQL Database.
|
ListManagedMySqlDatabaseSqlDataRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListManagedMySqlDatabaseSqlDataRequest.Builder |
page(String page)
The page token representing the page from where the next set of paginated results are
retrieved.
|
ListManagedMySqlDatabaseSqlDataRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListManagedMySqlDatabaseSqlDataRequest.Builder |
sortBy(ListManagedMySqlDatabaseSqlDataRequest.SortBy sortBy)
The field to sort information by.
|
ListManagedMySqlDatabaseSqlDataRequest.Builder |
sortOrder(SortOrders sortOrder)
The option to sort information in ascending (‘ASC’) or descending
(‘DESC’) order.
|
ListManagedMySqlDatabaseSqlDataRequest.Builder |
startTime(String startTime)
The start time of the time range to retrieve the health metrics of a Managed Database in
UTC in ISO-8601 format, which is “yyyy-MM-dd’T’hh:mm:ss.sss’Z’”.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListManagedMySqlDatabaseSqlDataRequest.Builder managedMySqlDatabaseId(String managedMySqlDatabaseId)
The OCID of the Managed MySQL Database.
managedMySqlDatabaseId
- the value to setpublic ListManagedMySqlDatabaseSqlDataRequest.Builder startTime(String startTime)
The start time of the time range to retrieve the health metrics of a Managed Database in UTC in ISO-8601 format, which is “yyyy-MM-dd’T’hh:mm:ss.sss’Z’”.
startTime
- the value to setpublic ListManagedMySqlDatabaseSqlDataRequest.Builder endTime(String endTime)
The end time of the time range to retrieve the health metrics of a Managed Database in UTC in ISO-8601 format, which is “yyyy-MM-dd’T’hh:mm:ss.sss’Z’”.
endTime
- the value to setpublic ListManagedMySqlDatabaseSqlDataRequest.Builder filterColumn(String filterColumn)
The parameter to filter results by key criteria which include : - AVG_TIMER_WAIT - SUM_TIMER_WAIT - COUNT_STAR - SUM_ERRORS - SUM_ROWS_AFFECTED - SUM_ROWS_SENT - SUM_ROWS_EXAMINED - SUM_CREATED_TMP_TABLES - SUM_NO_INDEX_USED - SUM_NO_GOOD_INDEX_USED - FIRST_SEEN - LAST_SEEN - HEATWAVE_OFFLOADED - HEATWAVE_OUT_OF_MEMORY
filterColumn
- the value to setpublic ListManagedMySqlDatabaseSqlDataRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
opcRequestId
- the value to setpublic ListManagedMySqlDatabaseSqlDataRequest.Builder limit(Integer limit)
The maximum number of records returned in the paginated response.
limit
- the value to setpublic ListManagedMySqlDatabaseSqlDataRequest.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 ListManagedMySqlDatabaseSqlDataRequest.Builder sortBy(ListManagedMySqlDatabaseSqlDataRequest.SortBy sortBy)
The field to sort information by. Only one sortOrder can be used. The default sort order for ‘TIMECREATED’ is descending and the default sort order for ‘NAME’ is ascending. The ‘NAME’ sort order is case-sensitive.
sortBy
- the value to setpublic ListManagedMySqlDatabaseSqlDataRequest.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 ListManagedMySqlDatabaseSqlDataRequest.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 ListManagedMySqlDatabaseSqlDataRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListManagedMySqlDatabaseSqlDataRequest.Builder copy(ListManagedMySqlDatabaseSqlDataRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListManagedMySqlDatabaseSqlDataRequest,Void>
o
- other request from which to copy valuespublic ListManagedMySqlDatabaseSqlDataRequest build()
Build the instance of ListManagedMySqlDatabaseSqlDataRequest 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<ListManagedMySqlDatabaseSqlDataRequest,Void>
public ListManagedMySqlDatabaseSqlDataRequest buildWithoutInvocationCallback()
Build the instance of ListManagedMySqlDatabaseSqlDataRequest 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.