Class ListDataVerificationTableRowCountsRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemigration.requests.ListDataVerificationTableRowCountsRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<ListDataVerificationTableRowCountsRequest,Void>
- Enclosing class:
- ListDataVerificationTableRowCountsRequest
public static class ListDataVerificationTableRowCountsRequest.Builder extends Object implements BmcRequest.Builder<ListDataVerificationTableRowCountsRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListDataVerificationTableRowCountsRequestbuild()Build the instance of ListDataVerificationTableRowCountsRequest as configured by this builderListDataVerificationTableRowCountsRequestbuildWithoutInvocationCallback()Build the instance of ListDataVerificationTableRowCountsRequest as configured by this builderListDataVerificationTableRowCountsRequest.BuildercompartmentId(String compartmentId)The ID of the compartment in which to list resources.ListDataVerificationTableRowCountsRequest.Buildercopy(ListDataVerificationTableRowCountsRequest o)Copy method to populate the builder with values from the given instance.ListDataVerificationTableRowCountsRequest.Builderfilter(String filter)Free-text filter applied by the service to relevant fields for the report.ListDataVerificationTableRowCountsRequest.BuilderifMatch(String ifMatch)For optimistic concurrency control.ListDataVerificationTableRowCountsRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListDataVerificationTableRowCountsRequest.Builderlimit(Integer limit)The maximum number of items to return.ListDataVerificationTableRowCountsRequest.BuildermigrationId(String migrationId)The OCID of the migrationListDataVerificationTableRowCountsRequest.BuilderminAbsDeltaPercent(Double minAbsDeltaPercent)Minimum absolute deltaPercent threshold (magnitude) to return.ListDataVerificationTableRowCountsRequest.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.ListDataVerificationTableRowCountsRequest.Builderowner(String owner)A filter to return only results for a specific owner.ListDataVerificationTableRowCountsRequest.Builderpage(String page)The page token representing the page at which to start retrieving results.ListDataVerificationTableRowCountsRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListDataVerificationTableRowCountsRequest.BuildersortBy(ListDataVerificationTableRowCountsRequest.SortBy sortBy)The field to sort by.ListDataVerificationTableRowCountsRequest.BuildersortOrder(SortOrders sortOrder)The sort order to use, either ‘asc’ or ‘desc’.ListDataVerificationTableRowCountsRequest.BuildertableName(String tableName)A filter to return only results for a specific table.-
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
-
migrationId
public ListDataVerificationTableRowCountsRequest.Builder migrationId(String migrationId)
The OCID of the migration- Parameters:
migrationId- the value to set- Returns:
- this builder instance
-
compartmentId
public ListDataVerificationTableRowCountsRequest.Builder compartmentId(String compartmentId)
The ID of the compartment in which to list resources.- Parameters:
compartmentId- the value to set- Returns:
- this builder instance
-
opcRequestId
public ListDataVerificationTableRowCountsRequest.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
-
ifMatch
public ListDataVerificationTableRowCountsRequest.Builder ifMatch(String ifMatch)
For optimistic concurrency control.In the PUT or DELETE call for a resource, set the if-match parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource’s current etag value.
- Parameters:
ifMatch- the value to set- Returns:
- this builder instance
-
owner
public ListDataVerificationTableRowCountsRequest.Builder owner(String owner)
A filter to return only results for a specific owner.- Parameters:
owner- the value to set- Returns:
- this builder instance
-
tableName
public ListDataVerificationTableRowCountsRequest.Builder tableName(String tableName)
A filter to return only results for a specific table.- Parameters:
tableName- the value to set- Returns:
- this builder instance
-
filter
public ListDataVerificationTableRowCountsRequest.Builder filter(String filter)
Free-text filter applied by the service to relevant fields for the report.- Parameters:
filter- the value to set- Returns:
- this builder instance
-
minAbsDeltaPercent
public ListDataVerificationTableRowCountsRequest.Builder minAbsDeltaPercent(Double minAbsDeltaPercent)
Minimum absolute deltaPercent threshold (magnitude) to return.The service filters results where abs(deltaPercent) >= minAbsDeltaPercent. Must be non-negative.
Note: This filter applies to the object type counts report, which uses deltaPercent. Table row count reports use variancePercent instead.
- Parameters:
minAbsDeltaPercent- the value to set- Returns:
- this builder instance
-
limit
public ListDataVerificationTableRowCountsRequest.Builder limit(Integer limit)
The maximum number of items to return.- Parameters:
limit- the value to set- Returns:
- this builder instance
-
page
public ListDataVerificationTableRowCountsRequest.Builder page(String page)
The page token representing the page at which to start retrieving results.This is usually retrieved from a previous list call.
- Parameters:
page- the value to set- Returns:
- this builder instance
-
sortBy
public ListDataVerificationTableRowCountsRequest.Builder sortBy(ListDataVerificationTableRowCountsRequest.SortBy sortBy)
The field to sort by.Only one sort order may be provided. Default order for variancePercent is descending.
- Parameters:
sortBy- the value to set- Returns:
- this builder instance
-
sortOrder
public ListDataVerificationTableRowCountsRequest.Builder sortOrder(SortOrders sortOrder)
The sort order to use, either ‘asc’ or ‘desc’.- Parameters:
sortOrder- the value to set- Returns:
- this builder instance
-
invocationCallback
public ListDataVerificationTableRowCountsRequest.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 ListDataVerificationTableRowCountsRequest.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 ListDataVerificationTableRowCountsRequest.Builder copy(ListDataVerificationTableRowCountsRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcRequest.Builder<ListDataVerificationTableRowCountsRequest,Void>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public ListDataVerificationTableRowCountsRequest build()
Build the instance of ListDataVerificationTableRowCountsRequest 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<ListDataVerificationTableRowCountsRequest,Void>- Returns:
- instance of ListDataVerificationTableRowCountsRequest
-
buildWithoutInvocationCallback
public ListDataVerificationTableRowCountsRequest buildWithoutInvocationCallback()
Build the instance of ListDataVerificationTableRowCountsRequest 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 ListDataVerificationTableRowCountsRequest
-
-