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, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
DefinitionInformation.Builder avoiding the need to
create one manually via
DefinitionInformation.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #definitions(List.
definitions - a consumer that will call methods on
DefinitionInformation.Builder#definitions(java.util.Collection) ListFunctionDefinitionsResponse.Builder nextToken(String nextToken)
nextToken - The token for the next set of results, or ''null'' if there are no additional results.Copyright © 2022. All rights reserved.