Interface ListFunctionsRequest.Builder

    • Method Detail

      • masterRegion

        ListFunctionsRequest.Builder masterRegion​(String masterRegion)

        For Lambda@Edge functions, the Amazon Web Services Region of the master function. For example, us-east-1 filters the list of functions to include only Lambda@Edge functions replicated from a master function in US East (N. Virginia). If specified, you must set FunctionVersion to ALL.

        Parameters:
        masterRegion - For Lambda@Edge functions, the Amazon Web Services Region of the master function. For example, us-east-1 filters the list of functions to include only Lambda@Edge functions replicated from a master function in US East (N. Virginia). If specified, you must set FunctionVersion to ALL.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • functionVersion

        ListFunctionsRequest.Builder functionVersion​(String functionVersion)

        Set to ALL to include entries for all published versions of each function.

        Parameters:
        functionVersion - Set to ALL to include entries for all published versions of each function.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FunctionVersion, FunctionVersion
      • functionVersion

        ListFunctionsRequest.Builder functionVersion​(FunctionVersion functionVersion)

        Set to ALL to include entries for all published versions of each function.

        Parameters:
        functionVersion - Set to ALL to include entries for all published versions of each function.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FunctionVersion, FunctionVersion
      • marker

        ListFunctionsRequest.Builder marker​(String marker)

        Specify the pagination token that's returned by a previous request to retrieve the next page of results.

        Parameters:
        marker - Specify the pagination token that's returned by a previous request to retrieve the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxItems

        ListFunctionsRequest.Builder maxItems​(Integer maxItems)

        The maximum number of functions to return in the response. Note that ListFunctions returns a maximum of 50 items in each response, even if you set the number higher.

        Parameters:
        maxItems - The maximum number of functions to return in the response. Note that ListFunctions returns a maximum of 50 items in each response, even if you set the number higher.
        Returns:
        Returns a reference to this object so that method calls can be chained together.