public static interface ListFunctionDefinitionVersionsResponse.Builder extends GreengrassResponse.Builder, CopyableBuilder<ListFunctionDefinitionVersionsResponse.Builder,ListFunctionDefinitionVersionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListFunctionDefinitionVersionsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
ListFunctionDefinitionVersionsResponse.Builder |
versions(Collection<VersionInformation> versions)
Versions
|
ListFunctionDefinitionVersionsResponse.Builder |
versions(Consumer<VersionInformation.Builder>... versions)
Versions This is a convenience that creates an instance of the
List
avoiding the need to create one manually via List. |
ListFunctionDefinitionVersionsResponse.Builder |
versions(VersionInformation... versions)
Versions
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListFunctionDefinitionVersionsResponse.Builder nextToken(String nextToken)
nextToken - The token for the next set of results, or ''null'' if there are no additional results.ListFunctionDefinitionVersionsResponse.Builder versions(Collection<VersionInformation> versions)
versions - VersionsListFunctionDefinitionVersionsResponse.Builder versions(VersionInformation... versions)
versions - VersionsListFunctionDefinitionVersionsResponse.Builder versions(Consumer<VersionInformation.Builder>... versions)
List.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.