Class CfnScene.Builder
java.lang.Object
software.amazon.awscdk.services.iottwinmaker.CfnScene.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnScene>
- Enclosing class:
CfnScene
@Stability(Stable)
public static final class CfnScene.Builder
extends Object
implements software.amazon.jsii.Builder<CfnScene>
A fluent builder for
CfnScene
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
capabilities
(List<String> capabilities) A list of capabilities that the scene uses to render.contentLocation
(String contentLocation) The relative path that specifies the location of the content definition file.static CfnScene.Builder
description
(String description) The description of this scene.The scene ID.sceneMetadata
(Map<String, String> sceneMetadata) The scene metadata.sceneMetadata
(IResolvable sceneMetadata) The scene metadata.The ComponentType tags.workspaceId
(String workspaceId) The ID of the workspace.
-
Method Details
-
create
- Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
- Returns:
- a new instance of
CfnScene.Builder
.
-
contentLocation
The relative path that specifies the location of the content definition file.- Parameters:
contentLocation
- The relative path that specifies the location of the content definition file. This parameter is required.- Returns:
this
-
sceneId
The scene ID.- Parameters:
sceneId
- The scene ID. This parameter is required.- Returns:
this
-
workspaceId
The ID of the workspace.- Parameters:
workspaceId
- The ID of the workspace. This parameter is required.- Returns:
this
-
capabilities
A list of capabilities that the scene uses to render.- Parameters:
capabilities
- A list of capabilities that the scene uses to render. This parameter is required.- Returns:
this
-
description
The description of this scene.- Parameters:
description
- The description of this scene. This parameter is required.- Returns:
this
-
sceneMetadata
The scene metadata.- Parameters:
sceneMetadata
- The scene metadata. This parameter is required.- Returns:
this
-
sceneMetadata
The scene metadata.- Parameters:
sceneMetadata
- The scene metadata. This parameter is required.- Returns:
this
-
tags
The ComponentType tags.- Parameters:
tags
- The ComponentType tags. This parameter is required.- Returns:
this
-
build
-