public static interface ListFunctionDefinitionVersionsResponse.Builder extends GreengrassResponse.Builder, SdkPojo, 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)
Information about a version.
|
ListFunctionDefinitionVersionsResponse.Builder |
versions(Consumer<VersionInformation.Builder>... versions)
Information about a version.
|
ListFunctionDefinitionVersionsResponse.Builder |
versions(VersionInformation... versions)
Information about a version.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, 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 - Information about a version.ListFunctionDefinitionVersionsResponse.Builder versions(VersionInformation... versions)
versions - Information about a version.ListFunctionDefinitionVersionsResponse.Builder versions(Consumer<VersionInformation.Builder>... versions)
.Builder avoiding the need to create one manually via #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.