public static class ListFunctionsRequest.Builder extends Object implements BmcRequest.Builder<ListFunctionsRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListFunctionsRequest.Builder |
applicationId(String applicationId)
The OCID
of the application to which this function belongs.
|
ListFunctionsRequest |
build()
Build the instance of ListFunctionsRequest as configured by this builder
|
ListFunctionsRequest |
buildWithoutInvocationCallback()
Build the instance of ListFunctionsRequest as configured by this builder
|
ListFunctionsRequest.Builder |
copy(ListFunctionsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListFunctionsRequest.Builder |
displayName(String displayName)
A filter to return only functions with display names that match the display name string.
|
ListFunctionsRequest.Builder |
id(String id)
A filter to return only functions with the specified OCID.
|
ListFunctionsRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListFunctionsRequest.Builder |
lifecycleState(Function.LifecycleState lifecycleState)
A filter to return only functions that match the lifecycle state in this parameter.
|
ListFunctionsRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
ListFunctionsRequest.Builder |
opcRequestId(String opcRequestId)
The unique Oracle-assigned identifier for the request.
|
ListFunctionsRequest.Builder |
page(String page)
The pagination token for a list query returned by a previous operation
|
ListFunctionsRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListFunctionsRequest.Builder |
sortBy(ListFunctionsRequest.SortBy sortBy)
Specifies the attribute with which to sort the rules.
|
ListFunctionsRequest.Builder |
sortOrder(ListFunctionsRequest.SortOrder sortOrder)
Specifies sort order.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListFunctionsRequest.Builder applicationId(String applicationId)
The OCID of the application to which this function belongs.
applicationId
- the value to setpublic ListFunctionsRequest.Builder limit(Integer limit)
The maximum number of items to return. 1 is the minimum, 50 is the maximum.
Default: 10
limit
- the value to setpublic ListFunctionsRequest.Builder page(String page)
The pagination token for a list query returned by a previous operation
page
- the value to setpublic ListFunctionsRequest.Builder opcRequestId(String opcRequestId)
The 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 ListFunctionsRequest.Builder lifecycleState(Function.LifecycleState lifecycleState)
A filter to return only functions that match the lifecycle state in this parameter.
Example: Creating
lifecycleState
- the value to setpublic ListFunctionsRequest.Builder displayName(String displayName)
A filter to return only functions with display names that match the display name string. Matching is exact.
displayName
- the value to setpublic ListFunctionsRequest.Builder id(String id)
A filter to return only functions with the specified OCID.
id
- the value to setpublic ListFunctionsRequest.Builder sortOrder(ListFunctionsRequest.SortOrder sortOrder)
Specifies sort order.
**ASC:** Ascending sort order. * **DESC:** Descending sort order.
sortOrder
- the value to setpublic ListFunctionsRequest.Builder sortBy(ListFunctionsRequest.SortBy sortBy)
Specifies the attribute with which to sort the rules.
Default: displayName
**timeCreated:** Sorts by timeCreated. * **displayName:** Sorts by displayName. * **id:** Sorts by id.
sortBy
- the value to setpublic ListFunctionsRequest.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 ListFunctionsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListFunctionsRequest.Builder copy(ListFunctionsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListFunctionsRequest,Void>
o
- other request from which to copy valuespublic ListFunctionsRequest build()
Build the instance of ListFunctionsRequest 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<ListFunctionsRequest,Void>
public ListFunctionsRequest buildWithoutInvocationCallback()
Build the instance of ListFunctionsRequest 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.