public static interface ListVersionsByFunctionResponse.Builder extends LambdaResponse.Builder, SdkPojo, CopyableBuilder<ListVersionsByFunctionResponse.Builder,ListVersionsByFunctionResponse>
| Modifier and Type | Method and Description |
|---|---|
ListVersionsByFunctionResponse.Builder |
nextMarker(String nextMarker)
The pagination token that's included if more results are available.
|
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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListVersionsByFunctionResponse.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.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 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 #versions(List.
versions - a consumer that will call methods on
FunctionConfiguration.Builder#versions(java.util.Collection) Copyright © 2023. All rights reserved.