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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListFunctionsResponse.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 method that creates an instance of theFunctionConfiguration.Builder
avoiding the need to
create one manually via FunctionConfiguration.builder()
.
When the Consumer
completes,
SdkBuilder.build()
is called
immediately and its result is passed to #functions(List
.
functions
- a consumer that will call methods on
FunctionConfiguration.Builder
#functions(java.util.Collection)
Copyright © 2023. All rights reserved.