Class ListMySqlDigestErrorsRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.requests.ListMySqlDigestErrorsRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<ListMySqlDigestErrorsRequest,Void>
- Enclosing class:
- ListMySqlDigestErrorsRequest
public static class ListMySqlDigestErrorsRequest.Builder extends Object implements BmcRequest.Builder<ListMySqlDigestErrorsRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListMySqlDigestErrorsRequestbuild()Build the instance of ListMySqlDigestErrorsRequest as configured by this builderListMySqlDigestErrorsRequestbuildWithoutInvocationCallback()Build the instance of ListMySqlDigestErrorsRequest as configured by this builderListMySqlDigestErrorsRequest.Buildercopy(ListMySqlDigestErrorsRequest o)Copy method to populate the builder with values from the given instance.ListMySqlDigestErrorsRequest.Builderdigest(String digest)The digest of a MySQL normalized query.ListMySqlDigestErrorsRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListMySqlDigestErrorsRequest.Builderlimit(Integer limit)The maximum number of records returned in the paginated response.ListMySqlDigestErrorsRequest.BuildermanagedMySqlDatabaseId(String managedMySqlDatabaseId)The OCID of the Managed MySQL Database.ListMySqlDigestErrorsRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.ListMySqlDigestErrorsRequest.Builderpage(String page)The page token representing the page from where the next set of paginated results are retrieved.ListMySqlDigestErrorsRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListMySqlDigestErrorsRequest.BuildersortBy(ListMySqlDigestErrorsRequest.SortBy sortBy)The field to sort information by.ListMySqlDigestErrorsRequest.BuildersortOrder(SortOrders sortOrder)The option to sort information in ascending (\u2018ASC\u2019) or descending (\u2018DESC\u2019) order.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.requests.BmcRequest.Builder
body$
-
-
-
-
Method Detail
-
managedMySqlDatabaseId
public ListMySqlDigestErrorsRequest.Builder managedMySqlDatabaseId(String managedMySqlDatabaseId)
The OCID of the Managed MySQL Database.- Parameters:
managedMySqlDatabaseId- the value to set- Returns:
- this builder instance
-
digest
public ListMySqlDigestErrorsRequest.Builder digest(String digest)
The digest of a MySQL normalized query.- Parameters:
digest- the value to set- Returns:
- this builder instance
-
opcRequestId
public ListMySqlDigestErrorsRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.- Parameters:
opcRequestId- the value to set- Returns:
- this builder instance
-
page
public ListMySqlDigestErrorsRequest.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
-
limit
public ListMySqlDigestErrorsRequest.Builder limit(Integer limit)
The maximum number of records returned in the paginated response.- Parameters:
limit- the value to set- Returns:
- this builder instance
-
sortBy
public ListMySqlDigestErrorsRequest.Builder sortBy(ListMySqlDigestErrorsRequest.SortBy sortBy)
The field to sort information by.Only one sortOrder can be used. The default sort by field is \u2018occurrenceCount\u2019. The default sort order for \u2018occurrenceCount\u2019 is descending.
- Parameters:
sortBy- the value to set- Returns:
- this builder instance
-
sortOrder
public ListMySqlDigestErrorsRequest.Builder sortOrder(SortOrders sortOrder)
The option to sort information in ascending (\u2018ASC\u2019) or descending (\u2018DESC\u2019) order.Ascending order is the default order.
- Parameters:
sortOrder- the value to set- Returns:
- this builder instance
-
invocationCallback
public ListMySqlDigestErrorsRequest.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
-
retryConfiguration
public ListMySqlDigestErrorsRequest.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
-
copy
public ListMySqlDigestErrorsRequest.Builder copy(ListMySqlDigestErrorsRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcRequest.Builder<ListMySqlDigestErrorsRequest,Void>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public ListMySqlDigestErrorsRequest build()
Build the instance of ListMySqlDigestErrorsRequest 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 interfaceBmcRequest.Builder<ListMySqlDigestErrorsRequest,Void>- Returns:
- instance of ListMySqlDigestErrorsRequest
-
buildWithoutInvocationCallback
public ListMySqlDigestErrorsRequest buildWithoutInvocationCallback()
Build the instance of ListMySqlDigestErrorsRequest 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 ListMySqlDigestErrorsRequest
-
-