public static interface ListVersionsByFunctionResponse.Builder extends LambdaResponse.Builder, SdkPojo, CopyableBuilder<ListVersionsByFunctionResponse.Builder,ListVersionsByFunctionResponse>
Modifier and Type | Method and Description |
---|---|
ListVersionsByFunctionResponse.Builder |
nextMarker(String nextMarker)
A string, present if there are more function versions.
|
ListVersionsByFunctionResponse.Builder |
versions(Collection<FunctionConfiguration> versions)
A list of Lambda function versions.
|
ListVersionsByFunctionResponse.Builder |
versions(Consumer<FunctionConfiguration.Builder>... versions)
A list of Lambda function versions.
|
ListVersionsByFunctionResponse.Builder |
versions(FunctionConfiguration... versions)
A list of Lambda function versions.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListVersionsByFunctionResponse.Builder nextMarker(String nextMarker)
A string, present if there are more function versions.
nextMarker
- A string, present if there are more function versions.ListVersionsByFunctionResponse.Builder versions(Collection<FunctionConfiguration> versions)
A list of Lambda function versions.
versions
- A list of Lambda function versions.ListVersionsByFunctionResponse.Builder versions(FunctionConfiguration... versions)
A list of Lambda function versions.
versions
- A list of Lambda function versions.ListVersionsByFunctionResponse.Builder versions(Consumer<FunctionConfiguration.Builder>... versions)
A list of Lambda function versions.
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 #versions(List)
.versions
- a consumer that will call methods on List.Builder
#versions(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.