public static interface CreateSceneRequest.Builder extends IoTTwinMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateSceneRequest.Builder,CreateSceneRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateSceneRequest.Builder |
capabilities(Collection<String> capabilities)
A list of capabilities that the scene uses to render itself.
|
CreateSceneRequest.Builder |
capabilities(String... capabilities)
A list of capabilities that the scene uses to render itself.
|
CreateSceneRequest.Builder |
contentLocation(String contentLocation)
The relative path that specifies the location of the content definition file.
|
CreateSceneRequest.Builder |
description(String description)
The description for this scene.
|
CreateSceneRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSceneRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateSceneRequest.Builder |
sceneId(String sceneId)
The ID of the scene.
|
CreateSceneRequest.Builder |
tags(Map<String,String> tags)
Metadata that you can use to manage the scene.
|
CreateSceneRequest.Builder |
workspaceId(String workspaceId)
The ID of the workspace that contains the scene.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSceneRequest.Builder capabilities(Collection<String> capabilities)
A list of capabilities that the scene uses to render itself.
capabilities - A list of capabilities that the scene uses to render itself.CreateSceneRequest.Builder capabilities(String... capabilities)
A list of capabilities that the scene uses to render itself.
capabilities - A list of capabilities that the scene uses to render itself.CreateSceneRequest.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.CreateSceneRequest.Builder description(String description)
The description for this scene.
description - The description for this scene.CreateSceneRequest.Builder sceneId(String sceneId)
The ID of the scene.
sceneId - The ID of the scene.CreateSceneRequest.Builder tags(Map<String,String> tags)
Metadata that you can use to manage the scene.
tags - Metadata that you can use to manage the scene.CreateSceneRequest.Builder workspaceId(String workspaceId)
The ID of the workspace that contains the scene.
workspaceId - The ID of the workspace that contains the scene.CreateSceneRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateSceneRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.