Class ListFunctionsRuntimeVersionsRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.functions.requests.ListFunctionsRuntimeVersionsRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<ListFunctionsRuntimeVersionsRequest,Void>
- Enclosing class:
- ListFunctionsRuntimeVersionsRequest
public static class ListFunctionsRuntimeVersionsRequest.Builder extends Object implements BmcRequest.Builder<ListFunctionsRuntimeVersionsRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListFunctionsRuntimeVersionsRequestbuild()Build the instance of ListFunctionsRuntimeVersionsRequest as configured by this builderListFunctionsRuntimeVersionsRequestbuildWithoutInvocationCallback()Build the instance of ListFunctionsRuntimeVersionsRequest as configured by this builderListFunctionsRuntimeVersionsRequest.Buildercopy(ListFunctionsRuntimeVersionsRequest o)Copy method to populate the builder with values from the given instance.ListFunctionsRuntimeVersionsRequest.BuilderdisplayName(String displayName)A filter to return only resources that match the entire FunctionsRuntimeVersion name given.ListFunctionsRuntimeVersionsRequest.BuilderfunctionsRuntimeId(String functionsRuntimeId)unique FunctionsRuntime identifierListFunctionsRuntimeVersionsRequest.BuilderfunctionsRuntimeName(String functionsRuntimeName)A filter to return only resources that match the entire FunctionsRuntime name given.ListFunctionsRuntimeVersionsRequest.BuilderfunctionsRuntimeVersionId(String functionsRuntimeVersionId)unique FunctionsRuntimeVersion identifierListFunctionsRuntimeVersionsRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListFunctionsRuntimeVersionsRequest.BuilderisCurrentVersion(Boolean isCurrentVersion)Matches the current version associated with a FunctionsRuntime.ListFunctionsRuntimeVersionsRequest.BuilderlanguageVersion(String languageVersion)A filter to return only resources that match the entire languageVersion name given.ListFunctionsRuntimeVersionsRequest.BuilderlifecycleState(FunctionsRuntimeVersion.LifecycleState lifecycleState)A filter to return only resources their lifecycleState matches the given lifecycleState.ListFunctionsRuntimeVersionsRequest.Builderlimit(Integer limit)The maximum number of items to return.ListFunctionsRuntimeVersionsRequest.BuilderopcRequestId(String opcRequestId)The unique Oracle-assigned identifier for the request.ListFunctionsRuntimeVersionsRequest.BuilderosVersion(String osVersion)A filter to return only resources that match the entire osVersion name given.ListFunctionsRuntimeVersionsRequest.Builderpage(String page)The pagination token for a list query returned by a previous operationListFunctionsRuntimeVersionsRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListFunctionsRuntimeVersionsRequest.BuildersortBy(ListFunctionsRuntimeVersionsRequest.SortBy sortBy)The field to sort by.ListFunctionsRuntimeVersionsRequest.BuildersortOrder(ListFunctionsRuntimeVersionsRequest.SortOrder sortOrder)Specifies sort order.-
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
-
functionsRuntimeId
public ListFunctionsRuntimeVersionsRequest.Builder functionsRuntimeId(String functionsRuntimeId)
unique FunctionsRuntime identifier- Parameters:
functionsRuntimeId- the value to set- Returns:
- this builder instance
-
functionsRuntimeName
public ListFunctionsRuntimeVersionsRequest.Builder functionsRuntimeName(String functionsRuntimeName)
A filter to return only resources that match the entire FunctionsRuntime name given.- Parameters:
functionsRuntimeName- the value to set- Returns:
- this builder instance
-
functionsRuntimeVersionId
public ListFunctionsRuntimeVersionsRequest.Builder functionsRuntimeVersionId(String functionsRuntimeVersionId)
unique FunctionsRuntimeVersion identifier- Parameters:
functionsRuntimeVersionId- the value to set- Returns:
- this builder instance
-
displayName
public ListFunctionsRuntimeVersionsRequest.Builder displayName(String displayName)
A filter to return only resources that match the entire FunctionsRuntimeVersion name given.- Parameters:
displayName- the value to set- Returns:
- this builder instance
-
osVersion
public ListFunctionsRuntimeVersionsRequest.Builder osVersion(String osVersion)
A filter to return only resources that match the entire osVersion name given.- Parameters:
osVersion- the value to set- Returns:
- this builder instance
-
languageVersion
public ListFunctionsRuntimeVersionsRequest.Builder languageVersion(String languageVersion)
A filter to return only resources that match the entire languageVersion name given.- Parameters:
languageVersion- the value to set- Returns:
- this builder instance
-
isCurrentVersion
public ListFunctionsRuntimeVersionsRequest.Builder isCurrentVersion(Boolean isCurrentVersion)
Matches the current version associated with a FunctionsRuntime.- Parameters:
isCurrentVersion- the value to set- Returns:
- this builder instance
-
lifecycleState
public ListFunctionsRuntimeVersionsRequest.Builder lifecycleState(FunctionsRuntimeVersion.LifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.- Parameters:
lifecycleState- the value to set- Returns:
- this builder instance
-
sortBy
public ListFunctionsRuntimeVersionsRequest.Builder sortBy(ListFunctionsRuntimeVersionsRequest.SortBy sortBy)
The field to sort by.Only one sort order may be provided. Default order for timeCreated is descending. Default order for name is ascending.
- Parameters:
sortBy- the value to set- Returns:
- this builder instance
-
limit
public ListFunctionsRuntimeVersionsRequest.Builder limit(Integer limit)
The maximum number of items to return.1 is the minimum, 50 is the maximum.
Default: 10
- Parameters:
limit- the value to set- Returns:
- this builder instance
-
page
public ListFunctionsRuntimeVersionsRequest.Builder page(String page)
The pagination token for a list query returned by a previous operation- Parameters:
page- the value to set- Returns:
- this builder instance
-
sortOrder
public ListFunctionsRuntimeVersionsRequest.Builder sortOrder(ListFunctionsRuntimeVersionsRequest.SortOrder sortOrder)
Specifies sort order.**ASC:** Ascending sort order. * **DESC:** Descending sort order.
- Parameters:
sortOrder- the value to set- Returns:
- this builder instance
-
opcRequestId
public ListFunctionsRuntimeVersionsRequest.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.
- Parameters:
opcRequestId- the value to set- Returns:
- this builder instance
-
invocationCallback
public ListFunctionsRuntimeVersionsRequest.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 ListFunctionsRuntimeVersionsRequest.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 ListFunctionsRuntimeVersionsRequest.Builder copy(ListFunctionsRuntimeVersionsRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcRequest.Builder<ListFunctionsRuntimeVersionsRequest,Void>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public ListFunctionsRuntimeVersionsRequest build()
Build the instance of ListFunctionsRuntimeVersionsRequest 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<ListFunctionsRuntimeVersionsRequest,Void>- Returns:
- instance of ListFunctionsRuntimeVersionsRequest
-
buildWithoutInvocationCallback
public ListFunctionsRuntimeVersionsRequest buildWithoutInvocationCallback()
Build the instance of ListFunctionsRuntimeVersionsRequest 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 ListFunctionsRuntimeVersionsRequest
-
-