Interface ListFunctionsResponse.Builder

  • Method Details

    • items

      A list of functions associated with your account in the current Region.

      Parameters:
      items - A list of functions associated with your account in the current Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • items

      A list of functions associated with your account in the current Region.

      Parameters:
      items - A list of functions associated with your account in the current Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • items

      A list of functions associated with your account in the current Region.

      This is a convenience method that creates an instance of the Function.Builder avoiding the need to create one manually via Function.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to items(List<Function>).

      Parameters:
      items - a consumer that will call methods on Function.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      ListFunctionsResponse.Builder nextToken(String nextToken)

      Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.

      For the first ListFunctions request, omit this value. For subsequent requests, get the value of NextToken from the previous response and specify that value for NextToken in the request. Continue making requests until the response no longer includes a NextToken value, which indicates that all results have been retrieved.

      Parameters:
      nextToken - Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.

      For the first ListFunctions request, omit this value. For subsequent requests, get the value of NextToken from the previous response and specify that value for NextToken in the request. Continue making requests until the response no longer includes a NextToken value, which indicates that all results have been retrieved.

      Returns:
      Returns a reference to this object so that method calls can be chained together.