public static interface ListScenesResponse.Builder extends IoTTwinMakerResponse.Builder, SdkPojo, CopyableBuilder<ListScenesResponse.Builder,ListScenesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListScenesResponse.Builder |
nextToken(String nextToken)
The string that specifies the next page of results.
|
ListScenesResponse.Builder |
sceneSummaries(Collection<SceneSummary> sceneSummaries)
A list of objects that contain information about the scenes.
|
ListScenesResponse.Builder |
sceneSummaries(Consumer<SceneSummary.Builder>... sceneSummaries)
A list of objects that contain information about the scenes.
|
ListScenesResponse.Builder |
sceneSummaries(SceneSummary... sceneSummaries)
A list of objects that contain information about the scenes.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListScenesResponse.Builder nextToken(String nextToken)
The string that specifies the next page of results.
nextToken - The string that specifies the next page of results.ListScenesResponse.Builder sceneSummaries(Collection<SceneSummary> sceneSummaries)
A list of objects that contain information about the scenes.
sceneSummaries - A list of objects that contain information about the scenes.ListScenesResponse.Builder sceneSummaries(SceneSummary... sceneSummaries)
A list of objects that contain information about the scenes.
sceneSummaries - A list of objects that contain information about the scenes.ListScenesResponse.Builder sceneSummaries(Consumer<SceneSummary.Builder>... sceneSummaries)
A list of objects that contain information about the scenes.
This is a convenience method 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 #sceneSummaries(List) .sceneSummaries - a consumer that will call methods on List.Builder #sceneSummaries(List) Copyright © 2022. All rights reserved.