public static interface ListFunctionDefinitionsResponse.Builder extends GreengrassResponse.Builder, SdkPojo, CopyableBuilder<ListFunctionDefinitionsResponse.Builder,ListFunctionDefinitionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListFunctionDefinitionsResponse.Builder |
definitions(Collection<DefinitionInformation> definitions)
Information about a definition.
|
ListFunctionDefinitionsResponse.Builder |
definitions(Consumer<DefinitionInformation.Builder>... definitions)
Information about a definition.
|
ListFunctionDefinitionsResponse.Builder |
definitions(DefinitionInformation... definitions)
Information about a definition.
|
ListFunctionDefinitionsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildListFunctionDefinitionsResponse.Builder definitions(Collection<DefinitionInformation> definitions)
definitions - Information about a definition.ListFunctionDefinitionsResponse.Builder definitions(DefinitionInformation... definitions)
definitions - Information about a definition.ListFunctionDefinitionsResponse.Builder definitions(Consumer<DefinitionInformation.Builder>... definitions)
.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 #definitions(List) .definitions - a consumer that will call methods on List.Builder #definitions(List) ListFunctionDefinitionsResponse.Builder nextToken(String nextToken)
nextToken - The token for the next set of results, or ''null'' if there are no additional results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.