public static interface SearchSystemTemplatesResponse.Builder extends IoTThingsGraphResponse.Builder, SdkPojo, CopyableBuilder<SearchSystemTemplatesResponse.Builder,SearchSystemTemplatesResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchSystemTemplatesResponse.Builder |
nextToken(String nextToken)
The string to specify as
nextToken when you request the next page of results. |
SearchSystemTemplatesResponse.Builder |
summaries(Collection<SystemTemplateSummary> summaries)
An array of objects that contain summary information about each system deployment in the result set.
|
SearchSystemTemplatesResponse.Builder |
summaries(Consumer<SystemTemplateSummary.Builder>... summaries)
An array of objects that contain summary information about each system deployment in the result set.
|
SearchSystemTemplatesResponse.Builder |
summaries(SystemTemplateSummary... summaries)
An array of objects that contain summary information about each system deployment in the result set.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchSystemTemplatesResponse.Builder summaries(Collection<SystemTemplateSummary> summaries)
An array of objects that contain summary information about each system deployment in the result set.
summaries - An array of objects that contain summary information about each system deployment in the result set.SearchSystemTemplatesResponse.Builder summaries(SystemTemplateSummary... summaries)
An array of objects that contain summary information about each system deployment in the result set.
summaries - An array of objects that contain summary information about each system deployment in the result set.SearchSystemTemplatesResponse.Builder summaries(Consumer<SystemTemplateSummary.Builder>... summaries)
An array of objects that contain summary information about each system deployment in the result set.
This is a convenience method that creates an instance of theSystemTemplateSummary.Builder avoiding the need
to create one manually via
SystemTemplateSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #summaries(List.
summaries - a consumer that will call methods on
SystemTemplateSummary.Builder#summaries(java.util.Collection) SearchSystemTemplatesResponse.Builder nextToken(String nextToken)
The string to specify as nextToken when you request the next page of results.
nextToken - The string to specify as nextToken when you request the next page of results.Copyright © 2022. All rights reserved.