CopyableBuilder<ListFunctionsResponse.Builder,ListFunctionsResponse>
, SdkBuilder<ListFunctionsResponse.Builder,ListFunctionsResponse>
public static interface ListFunctionsResponse.Builder extends CopyableBuilder<ListFunctionsResponse.Builder,ListFunctionsResponse>
Modifier and Type | Method | 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.
|
copy
apply, build
ListFunctionsResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setFunctions(java.util.Collection)
or #withFunctions(java.util.Collection)
if you want to
override the existing values.
functions
- A list of Lambda functions.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.