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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListResourceDefinitionsResponse.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)
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) ListResourceDefinitionsResponse.Builder nextToken(String nextToken)
nextToken - The token for the next set of results, or ''null'' if there are no additional results.Copyright © 2023. All rights reserved.