| Modifier and Type | Method and Description |
|---|---|
CfnScene |
build() |
CfnScene.Builder |
capabilities(List<String> capabilities)
A list of capabilities that the scene uses to render.
|
CfnScene.Builder |
contentLocation(String contentLocation)
The relative path that specifies the location of the content definition file.
|
static CfnScene.Builder |
create(software.constructs.Construct scope,
String id) |
CfnScene.Builder |
description(String description)
The description of this scene.
|
CfnScene.Builder |
sceneId(String sceneId)
The scene ID.
|
CfnScene.Builder |
tags(Map<String,String> tags)
The ComponentType tags.
|
CfnScene.Builder |
workspaceId(String workspaceId)
The ID of the workspace.
|
@Stability(value=Stable) public static CfnScene.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnScene.Builder.@Stability(value=Stable) public CfnScene.Builder contentLocation(String contentLocation)
contentLocation - The relative path that specifies the location of the content definition file. This parameter is required.this@Stability(value=Stable) public CfnScene.Builder sceneId(String sceneId)
sceneId - The scene ID. This parameter is required.this@Stability(value=Stable) public CfnScene.Builder workspaceId(String workspaceId)
workspaceId - The ID of the workspace. This parameter is required.this@Stability(value=Stable) public CfnScene.Builder capabilities(List<String> capabilities)
capabilities - A list of capabilities that the scene uses to render. This parameter is required.this@Stability(value=Stable) public CfnScene.Builder description(String description)
description - The description of this scene. This parameter is required.this@Stability(value=Stable) public CfnScene.Builder tags(Map<String,String> tags)
tags - The ComponentType tags. This parameter is required.thisCopyright © 2022. All rights reserved.