public static interface ListFunctionsResponse.Builder extends LambdaResponse.Builder, CopyableBuilder<ListFunctionsResponse.Builder,ListFunctionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListFunctionsResponse.Builder |
functions(Collection<FunctionConfiguration> functions)
A list of Lambda functions.
|
ListFunctionsResponse.Builder |
functions(FunctionConfiguration... functions)
A list of Lambda functions.
|
ListFunctionsResponse.Builder |
nextMarker(String nextMarker)
A string, present if there are more functions.
|
buildcopyapply, buildListFunctionsResponse.Builder nextMarker(String nextMarker)
A string, present if there are more functions.
nextMarker - A string, present if there are more functions.ListFunctionsResponse.Builder functions(Collection<FunctionConfiguration> functions)
A list of Lambda functions.
functions - A list of Lambda functions.ListFunctionsResponse.Builder functions(FunctionConfiguration... functions)
A list of Lambda functions.
functions - A list of Lambda functions.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.