Class ListFunctionsRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • applicationId

        public ListFunctionsRequest.Builder applicationId​(String applicationId)
        The OCID of the application to which this function belongs.
        Parameters:
        applicationId - the value to set
        Returns:
        this builder instance
      • limit

        public ListFunctionsRequest.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 ListFunctionsRequest.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
      • opcRequestId

        public 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.

        Parameters:
        opcRequestId - the value to set
        Returns:
        this builder instance
      • lifecycleState

        public ListFunctionsRequest.Builder lifecycleState​(Function.LifecycleState lifecycleState)
        A filter to return only functions that match the lifecycle state in this parameter.

        Example: Creating

        Parameters:
        lifecycleState - the value to set
        Returns:
        this builder instance
      • displayName

        public ListFunctionsRequest.Builder displayName​(String displayName)
        A filter to return only functions with display names that match the display name string.

        Matching is exact.

        Parameters:
        displayName - the value to set
        Returns:
        this builder instance
      • id

        public ListFunctionsRequest.Builder id​(String id)
        A filter to return only functions with the specified OCID.
        Parameters:
        id - the value to set
        Returns:
        this builder instance
      • sortBy

        public 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.

        Parameters:
        sortBy - the value to set
        Returns:
        this builder instance
      • invocationCallback

        public ListFunctionsRequest.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 ListFunctionsRequest.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