public static interface ListScenesRequest.Builder extends IoTTwinMakerRequest.Builder, SdkPojo, CopyableBuilder<ListScenesRequest.Builder,ListScenesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListScenesRequest.Builder |
maxResults(Integer maxResults)
Specifies the maximum number of results to display.
|
ListScenesRequest.Builder |
nextToken(String nextToken)
The string that specifies the next page of results.
|
ListScenesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListScenesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListScenesRequest.Builder |
workspaceId(String workspaceId)
The ID of the workspace that contains the scenes.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListScenesRequest.Builder workspaceId(String workspaceId)
The ID of the workspace that contains the scenes.
workspaceId - The ID of the workspace that contains the scenes.ListScenesRequest.Builder maxResults(Integer maxResults)
Specifies the maximum number of results to display.
maxResults - Specifies the maximum number of results to display.ListScenesRequest.Builder nextToken(String nextToken)
The string that specifies the next page of results.
nextToken - The string that specifies the next page of results.ListScenesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListScenesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.