public static class ListExcludedObjectsRequest.Builder extends Object implements BmcRequest.Builder<ListExcludedObjectsRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListExcludedObjectsRequest |
build()
Build the instance of ListExcludedObjectsRequest as configured by this builder
|
ListExcludedObjectsRequest |
buildWithoutInvocationCallback()
Build the instance of ListExcludedObjectsRequest as configured by this builder
|
ListExcludedObjectsRequest.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 job
|
ListExcludedObjectsRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
ListExcludedObjectsRequest.Builder |
object(String object)
Excluded object name
|
ListExcludedObjectsRequest.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 owner
|
ListExcludedObjectsRequest.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 object
|
ListExcludedObjectsRequest.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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListExcludedObjectsRequest.Builder jobId(String jobId)
The OCID of the job
jobId
- the value to setpublic 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.
opcRequestId
- the value to setpublic ListExcludedObjectsRequest.Builder limit(Integer limit)
The maximum number of items to return.
limit
- the value to setpublic 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.
page
- the value to setpublic ListExcludedObjectsRequest.Builder sortOrder(SortOrders sortOrder)
The sort order to use, either ‘asc’ or ‘desc’.
sortOrder
- the value to setpublic 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.
sortBy
- the value to setpublic ListExcludedObjectsRequest.Builder type(String type)
Excluded object type.
type
- the value to setpublic ListExcludedObjectsRequest.Builder owner(String owner)
Excluded object owner
owner
- the value to setpublic ListExcludedObjectsRequest.Builder object(String object)
Excluded object name
object
- the value to setpublic ListExcludedObjectsRequest.Builder ownerContains(String ownerContains)
Excluded object owner which contains provided value.
ownerContains
- the value to setpublic ListExcludedObjectsRequest.Builder objectContains(String objectContains)
Excluded object name which contains provided value.
objectContains
- the value to setpublic ListExcludedObjectsRequest.Builder reasonCategory(ReasonKeywords reasonCategory)
Reason category for the excluded object
reasonCategory
- the value to setpublic ListExcludedObjectsRequest.Builder sourceRule(String sourceRule)
Exclude object rule that matches the excluded object, if applicable.
sourceRule
- the value to setpublic ListExcludedObjectsRequest.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 ListExcludedObjectsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListExcludedObjectsRequest.Builder copy(ListExcludedObjectsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListExcludedObjectsRequest,Void>
o
- other request from which to copy valuespublic ListExcludedObjectsRequest build()
Build the instance of ListExcludedObjectsRequest 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<ListExcludedObjectsRequest,Void>
public ListExcludedObjectsRequest buildWithoutInvocationCallback()
Build the instance of ListExcludedObjectsRequest 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.