public static interface ListResourceDefinitionsResponse.Builder extends GreengrassResponse.Builder, SdkPojo, CopyableBuilder<ListResourceDefinitionsResponse.Builder,ListResourceDefinitionsResponse>
Modifier and Type | Method and Description |
---|---|
ListResourceDefinitionsResponse.Builder |
definitions(Collection<DefinitionInformation> definitions)
Information about a definition.
|
ListResourceDefinitionsResponse.Builder |
definitions(Consumer<DefinitionInformation.Builder>... definitions)
Information about a definition.
|
ListResourceDefinitionsResponse.Builder |
definitions(DefinitionInformation... definitions)
Information about a definition.
|
ListResourceDefinitionsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListResourceDefinitionsResponse.Builder definitions(Collection<DefinitionInformation> definitions)
definitions
- Information about a definition.ListResourceDefinitionsResponse.Builder definitions(DefinitionInformation... definitions)
definitions
- Information about a definition.ListResourceDefinitionsResponse.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)
ListResourceDefinitionsResponse.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.