Class ListExcludedObjectsRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemigration.requests.ListExcludedObjectsRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<ListExcludedObjectsRequest,Void>
- Enclosing class:
- ListExcludedObjectsRequest
public static class ListExcludedObjectsRequest.Builder extends Object implements BmcRequest.Builder<ListExcludedObjectsRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListExcludedObjectsRequest
build()
Build the instance of ListExcludedObjectsRequest as configured by this builderListExcludedObjectsRequest
buildWithoutInvocationCallback()
Build the instance of ListExcludedObjectsRequest as configured by this builderListExcludedObjectsRequest.Builder
copy(ListExcludedObjectsRequest o)
Copy method to populate the builder with values from the given instance.ListExcludedObjectsRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.ListExcludedObjectsRequest.Builder
jobId(String jobId)
The OCID of the jobListExcludedObjectsRequest.Builder
limit(Integer limit)
The maximum number of items to return.ListExcludedObjectsRequest.Builder
object(String object)
Excluded object nameListExcludedObjectsRequest.Builder
objectContains(String objectContains)
Excluded object name which contains provided value.ListExcludedObjectsRequest.Builder
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.ListExcludedObjectsRequest.Builder
owner(String owner)
Excluded object ownerListExcludedObjectsRequest.Builder
ownerContains(String ownerContains)
Excluded object owner which contains provided value.ListExcludedObjectsRequest.Builder
page(String page)
The page token representing the page at which to start retrieving results.ListExcludedObjectsRequest.Builder
reasonCategory(ReasonKeywords reasonCategory)
Reason category for the excluded objectListExcludedObjectsRequest.Builder
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.ListExcludedObjectsRequest.Builder
sortBy(ListExcludedObjectsRequest.SortBy sortBy)
The field to sort by.ListExcludedObjectsRequest.Builder
sortOrder(SortOrders sortOrder)
The sort order to use, either ‘asc’ or ‘desc’.ListExcludedObjectsRequest.Builder
sourceRule(String sourceRule)
Exclude object rule that matches the excluded object, if applicable.ListExcludedObjectsRequest.Builder
type(String type)
Excluded object type.-
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
-
jobId
public ListExcludedObjectsRequest.Builder jobId(String jobId)
The OCID of the job- Parameters:
jobId
- the value to set- Returns:
- this builder instance
-
opcRequestId
public ListExcludedObjectsRequest.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
-
limit
public ListExcludedObjectsRequest.Builder limit(Integer limit)
The maximum number of items to return.- Parameters:
limit
- the value to set- Returns:
- this builder instance
-
page
public ListExcludedObjectsRequest.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
-
sortOrder
public ListExcludedObjectsRequest.Builder sortOrder(SortOrders sortOrder)
The sort order to use, either ‘asc’ or ‘desc’.- Parameters:
sortOrder
- the value to set- Returns:
- this builder instance
-
sortBy
public ListExcludedObjectsRequest.Builder sortBy(ListExcludedObjectsRequest.SortBy sortBy)
The field to sort by.Only one sort order may be provided. Default order for reasonCategory is ascending. If no value is specified reasonCategory is default.
- Parameters:
sortBy
- the value to set- Returns:
- this builder instance
-
type
public ListExcludedObjectsRequest.Builder type(String type)
Excluded object type.- Parameters:
type
- the value to set- Returns:
- this builder instance
-
owner
public ListExcludedObjectsRequest.Builder owner(String owner)
Excluded object owner- Parameters:
owner
- the value to set- Returns:
- this builder instance
-
object
public ListExcludedObjectsRequest.Builder object(String object)
Excluded object name- Parameters:
object
- the value to set- Returns:
- this builder instance
-
ownerContains
public ListExcludedObjectsRequest.Builder ownerContains(String ownerContains)
Excluded object owner which contains provided value.- Parameters:
ownerContains
- the value to set- Returns:
- this builder instance
-
objectContains
public ListExcludedObjectsRequest.Builder objectContains(String objectContains)
Excluded object name which contains provided value.- Parameters:
objectContains
- the value to set- Returns:
- this builder instance
-
reasonCategory
public ListExcludedObjectsRequest.Builder reasonCategory(ReasonKeywords reasonCategory)
Reason category for the excluded object- Parameters:
reasonCategory
- the value to set- Returns:
- this builder instance
-
sourceRule
public ListExcludedObjectsRequest.Builder sourceRule(String sourceRule)
Exclude object rule that matches the excluded object, if applicable.- Parameters:
sourceRule
- the value to set- Returns:
- this builder instance
-
invocationCallback
public ListExcludedObjectsRequest.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 ListExcludedObjectsRequest.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 ListExcludedObjectsRequest.Builder copy(ListExcludedObjectsRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<ListExcludedObjectsRequest,Void>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public ListExcludedObjectsRequest build()
Build the instance of ListExcludedObjectsRequest 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:
build
in interfaceBmcRequest.Builder<ListExcludedObjectsRequest,Void>
- Returns:
- instance of ListExcludedObjectsRequest
-
buildWithoutInvocationCallback
public ListExcludedObjectsRequest buildWithoutInvocationCallback()
Build the instance of ListExcludedObjectsRequest 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 ListExcludedObjectsRequest
-
-