public static interface UpdateSceneRequest.Builder extends IoTTwinMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateSceneRequest.Builder,UpdateSceneRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateSceneRequest.Builder |
capabilities(Collection<String> capabilities)
A list of capabilities that the scene uses to render.
|
UpdateSceneRequest.Builder |
capabilities(String... capabilities)
A list of capabilities that the scene uses to render.
|
UpdateSceneRequest.Builder |
contentLocation(String contentLocation)
The relative path that specifies the location of the content definition file.
|
UpdateSceneRequest.Builder |
description(String description)
The description of this scene.
|
UpdateSceneRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateSceneRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateSceneRequest.Builder |
sceneId(String sceneId)
The ID of the scene.
|
UpdateSceneRequest.Builder |
workspaceId(String workspaceId)
The ID of the workspace that contains the scene.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSceneRequest.Builder capabilities(Collection<String> capabilities)
A list of capabilities that the scene uses to render.
capabilities - A list of capabilities that the scene uses to render.UpdateSceneRequest.Builder capabilities(String... capabilities)
A list of capabilities that the scene uses to render.
capabilities - A list of capabilities that the scene uses to render.UpdateSceneRequest.Builder contentLocation(String contentLocation)
The relative path that specifies the location of the content definition file.
contentLocation - The relative path that specifies the location of the content definition file.UpdateSceneRequest.Builder description(String description)
The description of this scene.
description - The description of this scene.UpdateSceneRequest.Builder sceneId(String sceneId)
The ID of the scene.
sceneId - The ID of the scene.UpdateSceneRequest.Builder workspaceId(String workspaceId)
The ID of the workspace that contains the scene.
workspaceId - The ID of the workspace that contains the scene.UpdateSceneRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateSceneRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.