public static class ListSourceApplicationsRequest.Builder extends Object implements BmcRequest.Builder<ListSourceApplicationsRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListSourceApplicationsRequest |
build()
Build the instance of ListSourceApplicationsRequest as configured by this builder
|
ListSourceApplicationsRequest |
buildWithoutInvocationCallback()
Build the instance of ListSourceApplicationsRequest as configured by this builder
|
ListSourceApplicationsRequest.Builder |
compartmentId(String compartmentId)
The OCID
of a compartment.
|
ListSourceApplicationsRequest.Builder |
copy(ListSourceApplicationsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListSourceApplicationsRequest.Builder |
displayName(String displayName)
Resource name on which to query.
|
ListSourceApplicationsRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListSourceApplicationsRequest.Builder |
limit(Integer limit)
The number of items returned in a paginated
List call. |
ListSourceApplicationsRequest.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
ListSourceApplicationsRequest.Builder |
page(String page)
The value of the
opc-next-page response header from the preceding List
call. |
ListSourceApplicationsRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListSourceApplicationsRequest.Builder |
sortBy(ListSourceApplicationsRequest.SortBy sortBy)
Specifies the field on which to sort.
|
ListSourceApplicationsRequest.Builder |
sortOrder(SortOrders sortOrder)
The sort order, either
ASC (ascending) or DESC (descending). |
ListSourceApplicationsRequest.Builder |
sourceId(String sourceId)
The OCID
of the source.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListSourceApplicationsRequest.Builder sourceId(String sourceId)
The OCID of the source.
sourceId
- the value to setpublic ListSourceApplicationsRequest.Builder compartmentId(String compartmentId)
The OCID of a compartment. Retrieves details of objects in the specified compartment.
compartmentId
- the value to setpublic ListSourceApplicationsRequest.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 ListSourceApplicationsRequest.Builder limit(Integer limit)
The number of items returned in a paginated List
call. For information about
pagination, see List
Pagination.
limit
- the value to setpublic ListSourceApplicationsRequest.Builder page(String page)
The value of the opc-next-page
response header from the preceding List
call. For information about pagination, see List
Pagination.
page
- the value to setpublic ListSourceApplicationsRequest.Builder sortOrder(SortOrders sortOrder)
The sort order, either ASC
(ascending) or DESC
(descending).
sortOrder
- the value to setpublic ListSourceApplicationsRequest.Builder sortBy(ListSourceApplicationsRequest.SortBy sortBy)
Specifies the field on which to sort. By default, TIMECREATED
is ordered
descending. By default, DISPLAYNAME
is ordered ascending. Note that you can sort
only on one field.
sortBy
- the value to setpublic ListSourceApplicationsRequest.Builder displayName(String displayName)
Resource name on which to query.
displayName
- the value to setpublic ListSourceApplicationsRequest.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 ListSourceApplicationsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListSourceApplicationsRequest.Builder copy(ListSourceApplicationsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListSourceApplicationsRequest,Void>
o
- other request from which to copy valuespublic ListSourceApplicationsRequest build()
Build the instance of ListSourceApplicationsRequest 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<ListSourceApplicationsRequest,Void>
public ListSourceApplicationsRequest buildWithoutInvocationCallback()
Build the instance of ListSourceApplicationsRequest 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–2023. All rights reserved.