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 ID of the scene.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
@Stability(Stable) public static CfnScene.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- 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
- See Also:
-
sceneId
The ID of the scene.- Parameters:
sceneId
- The ID of the scene. This parameter is required.- Returns:
this
- See Also:
-
workspaceId
The ID of the workspace.- Parameters:
workspaceId
- The ID of the workspace. This parameter is required.- Returns:
this
- See Also:
-
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
- See Also:
-
description
The description of this scene.- Parameters:
description
- The description of this scene. This parameter is required.- Returns:
this
- See Also:
-
sceneMetadata
The scene metadata.- Parameters:
sceneMetadata
- The scene metadata. This parameter is required.- Returns:
this
- See Also:
-
sceneMetadata
The scene metadata.- Parameters:
sceneMetadata
- The scene metadata. This parameter is required.- Returns:
this
- See Also:
-
tags
The ComponentType tags.- Parameters:
tags
- The ComponentType tags. This parameter is required.- Returns:
this
- See Also:
-
build
-