@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.074Z") @Stability(value=Stable) public interface CfnSceneProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.iottwinmaker.*;
CfnSceneProps cfnSceneProps = CfnSceneProps.builder()
.contentLocation("contentLocation")
.sceneId("sceneId")
.workspaceId("workspaceId")
// the properties below are optional
.capabilities(List.of("capabilities"))
.description("description")
.tags(Map.of(
"tagsKey", "tags"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSceneProps.Builder
A builder for
CfnSceneProps |
static class |
CfnSceneProps.Jsii$Proxy
An implementation for
CfnSceneProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnSceneProps.Builder |
builder() |
default List<String> |
getCapabilities()
A list of capabilities that the scene uses to render.
|
String |
getContentLocation()
The relative path that specifies the location of the content definition file.
|
default String |
getDescription()
The description of this scene.
|
String |
getSceneId()
The scene ID.
|
default Map<String,String> |
getTags()
The ComponentType tags.
|
String |
getWorkspaceId()
The ID of the workspace.
|
@Stability(value=Stable) @NotNull String getContentLocation()
@Stability(value=Stable) @NotNull String getSceneId()
@Stability(value=Stable) @NotNull String getWorkspaceId()
@Stability(value=Stable) @Nullable default List<String> getCapabilities()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default Map<String,String> getTags()
@Stability(value=Stable) static CfnSceneProps.Builder builder()
CfnSceneProps.Builder of CfnScenePropsCopyright © 2022. All rights reserved.