public static interface ListFunctionsResponse.Builder extends LambdaResponse.Builder, SdkPojo, CopyableBuilder<ListFunctionsResponse.Builder,ListFunctionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListFunctionsResponse.Builder |
functions(Collection<FunctionConfiguration> functions)
A list of Lambda functions.
|
ListFunctionsResponse.Builder |
functions(Consumer<FunctionConfiguration.Builder>... functions)
A list of Lambda functions.
|
ListFunctionsResponse.Builder |
functions(FunctionConfiguration... functions)
A list of Lambda functions.
|
ListFunctionsResponse.Builder |
nextMarker(String nextMarker)
The pagination token that's included if more results are available.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFunctionsResponse.Builder nextMarker(String nextMarker)
The pagination token that's included if more results are available.
nextMarker - The pagination token that's included if more results are available.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.ListFunctionsResponse.Builder functions(Consumer<FunctionConfiguration.Builder>... functions)
A list of Lambda functions.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #functions(List) .functions - a consumer that will call methods on List.Builder #functions(List) Copyright © 2019. All rights reserved.