Interface ListLambdaFunctionsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, ConnectResponse.Builder, CopyableBuilder<ListLambdaFunctionsResponse.Builder,ListLambdaFunctionsResponse>, SdkBuilder<ListLambdaFunctionsResponse.Builder,ListLambdaFunctionsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListLambdaFunctionsResponse

public static interface ListLambdaFunctionsResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListLambdaFunctionsResponse.Builder,ListLambdaFunctionsResponse>
  • Method Details

    • lambdaFunctions

      ListLambdaFunctionsResponse.Builder lambdaFunctions(Collection<String> lambdaFunctions)

      The Lambdafunction ARNs associated with the specified instance.

      Parameters:
      lambdaFunctions - The Lambdafunction ARNs associated with the specified instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lambdaFunctions

      ListLambdaFunctionsResponse.Builder lambdaFunctions(String... lambdaFunctions)

      The Lambdafunction ARNs associated with the specified instance.

      Parameters:
      lambdaFunctions - The Lambdafunction ARNs associated with the specified instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      If there are additional results, this is the token for the next set of results.

      Parameters:
      nextToken - If there are additional results, this is the token for the next set of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.