Interface ListFunctionsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListFunctionsRequest.Builder,ListFunctionsRequest>, LambdaRequest.Builder, SdkBuilder<ListFunctionsRequest.Builder,ListFunctionsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListFunctionsRequest

public static interface ListFunctionsRequest.Builder extends LambdaRequest.Builder, SdkPojo, CopyableBuilder<ListFunctionsRequest.Builder,ListFunctionsRequest>
  • Method Details

    • 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

      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:
    • 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

      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.
    • overrideConfiguration

      ListFunctionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.