Class ListDataVerificationObjectStatusesRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemigration.requests.ListDataVerificationObjectStatusesRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<ListDataVerificationObjectStatusesRequest,Void>
- Enclosing class:
- ListDataVerificationObjectStatusesRequest
public static class ListDataVerificationObjectStatusesRequest.Builder extends Object implements BmcRequest.Builder<ListDataVerificationObjectStatusesRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListDataVerificationObjectStatusesRequestbuild()Build the instance of ListDataVerificationObjectStatusesRequest as configured by this builderListDataVerificationObjectStatusesRequestbuildWithoutInvocationCallback()Build the instance of ListDataVerificationObjectStatusesRequest as configured by this builderListDataVerificationObjectStatusesRequest.BuildercompartmentId(String compartmentId)The ID of the compartment in which to list resources.ListDataVerificationObjectStatusesRequest.Buildercopy(ListDataVerificationObjectStatusesRequest o)Copy method to populate the builder with values from the given instance.ListDataVerificationObjectStatusesRequest.Builderfilter(String filter)Free-text filter applied by the service to relevant fields for the report.ListDataVerificationObjectStatusesRequest.BuilderifMatch(String ifMatch)For optimistic concurrency control.ListDataVerificationObjectStatusesRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListDataVerificationObjectStatusesRequest.BuilderisMatch(Boolean isMatch)Match filter for object status results.ListDataVerificationObjectStatusesRequest.Builderlimit(Integer limit)The maximum number of items to return.ListDataVerificationObjectStatusesRequest.BuildermigrationId(String migrationId)The OCID of the migrationListDataVerificationObjectStatusesRequest.Buildername(String name)A filter to return only resources that match the entire name given.ListDataVerificationObjectStatusesRequest.BuilderobjectType(String objectType)A filter to return only results for a specific object type.ListDataVerificationObjectStatusesRequest.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.ListDataVerificationObjectStatusesRequest.Builderowner(String owner)A filter to return only results for a specific owner.ListDataVerificationObjectStatusesRequest.Builderpage(String page)The page token representing the page at which to start retrieving results.ListDataVerificationObjectStatusesRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListDataVerificationObjectStatusesRequest.BuildersortBy(ListDataVerificationObjectStatusesRequest.SortBy sortBy)The field to sort by.ListDataVerificationObjectStatusesRequest.BuildersortOrder(SortOrders sortOrder)The sort order to use, either ‘asc’ or ‘desc’.-
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 ListDataVerificationObjectStatusesRequest.Builder migrationId(String migrationId)
The OCID of the migration- Parameters:
migrationId- the value to set- Returns:
- this builder instance
-
compartmentId
public ListDataVerificationObjectStatusesRequest.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 ListDataVerificationObjectStatusesRequest.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 ListDataVerificationObjectStatusesRequest.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
-
name
public ListDataVerificationObjectStatusesRequest.Builder name(String name)
A filter to return only resources that match the entire name given.- Parameters:
name- the value to set- Returns:
- this builder instance
-
owner
public ListDataVerificationObjectStatusesRequest.Builder owner(String owner)
A filter to return only results for a specific owner.- Parameters:
owner- the value to set- Returns:
- this builder instance
-
objectType
public ListDataVerificationObjectStatusesRequest.Builder objectType(String objectType)
A filter to return only results for a specific object type.The allowed values depend on the migration's databaseCombination: - Oracle migrations: OracleDatabaseObjectTypes - MySQL migrations: MySqlDatabaseObjectTypes
- Parameters:
objectType- the value to set- Returns:
- this builder instance
-
filter
public ListDataVerificationObjectStatusesRequest.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
-
isMatch
public ListDataVerificationObjectStatusesRequest.Builder isMatch(Boolean isMatch)
Match filter for object status results.When true, returns only rows where source and target match. When false, returns only rows with mismatches. When omitted, returns all rows, ordered by mismatch first.
- Parameters:
isMatch- the value to set- Returns:
- this builder instance
-
limit
public ListDataVerificationObjectStatusesRequest.Builder limit(Integer limit)
The maximum number of items to return.- Parameters:
limit- the value to set- Returns:
- this builder instance
-
page
public ListDataVerificationObjectStatusesRequest.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 ListDataVerificationObjectStatusesRequest.Builder sortBy(ListDataVerificationObjectStatusesRequest.SortBy sortBy)
The field to sort by.Only one sort order may be provided. By default, non-matching object statuses are returned first, followed by matching statuses. Rows with the same match result are then sorted by owner, object type, and object name.
- Parameters:
sortBy- the value to set- Returns:
- this builder instance
-
sortOrder
public ListDataVerificationObjectStatusesRequest.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 ListDataVerificationObjectStatusesRequest.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 ListDataVerificationObjectStatusesRequest.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 ListDataVerificationObjectStatusesRequest.Builder copy(ListDataVerificationObjectStatusesRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcRequest.Builder<ListDataVerificationObjectStatusesRequest,Void>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public ListDataVerificationObjectStatusesRequest build()
Build the instance of ListDataVerificationObjectStatusesRequest 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<ListDataVerificationObjectStatusesRequest,Void>- Returns:
- instance of ListDataVerificationObjectStatusesRequest
-
buildWithoutInvocationCallback
public ListDataVerificationObjectStatusesRequest buildWithoutInvocationCallback()
Build the instance of ListDataVerificationObjectStatusesRequest 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 ListDataVerificationObjectStatusesRequest
-
-