public static interface SearchSystemInstancesResponse.Builder extends IoTThingsGraphResponse.Builder, SdkPojo, CopyableBuilder<SearchSystemInstancesResponse.Builder,SearchSystemInstancesResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchSystemInstancesResponse.Builder |
nextToken(String nextToken)
The string to specify as
nextToken when you request the next page of results. |
SearchSystemInstancesResponse.Builder |
summaries(Collection<SystemInstanceSummary> summaries)
An array of objects that contain summary data abour the system instances in the result set.
|
SearchSystemInstancesResponse.Builder |
summaries(Consumer<SystemInstanceSummary.Builder>... summaries)
An array of objects that contain summary data abour the system instances in the result set.
|
SearchSystemInstancesResponse.Builder |
summaries(SystemInstanceSummary... summaries)
An array of objects that contain summary data abour the system instances in the result set.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchSystemInstancesResponse.Builder summaries(Collection<SystemInstanceSummary> summaries)
An array of objects that contain summary data abour the system instances in the result set.
summaries - An array of objects that contain summary data abour the system instances in the result set.SearchSystemInstancesResponse.Builder summaries(SystemInstanceSummary... summaries)
An array of objects that contain summary data abour the system instances in the result set.
summaries - An array of objects that contain summary data abour the system instances in the result set.SearchSystemInstancesResponse.Builder summaries(Consumer<SystemInstanceSummary.Builder>... summaries)
An array of objects that contain summary data abour the system instances in the result set.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #summaries(List) .summaries - a consumer that will call methods on List.Builder #summaries(List) SearchSystemInstancesResponse.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 © 2021. All rights reserved.