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 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 theSceneSummary.Builder avoiding the need to create
one manually via SceneSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #sceneSummaries(List.
sceneSummaries - a consumer that will call methods on
SceneSummary.Builder#sceneSummaries(java.util.Collection) ListScenesResponse.Builder nextToken(String nextToken)
The string that specifies the next page of results.
nextToken - The string that specifies the next page of results.Copyright © 2023. All rights reserved.