@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:32.822Z") @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()
`AWS::IoTTwinMaker::Scene.Capabilities`.
|
String |
getContentLocation()
`AWS::IoTTwinMaker::Scene.ContentLocation`.
|
default String |
getDescription()
`AWS::IoTTwinMaker::Scene.Description`.
|
String |
getSceneId()
`AWS::IoTTwinMaker::Scene.SceneId`.
|
default Map<String,String> |
getTags()
`AWS::IoTTwinMaker::Scene.Tags`.
|
String |
getWorkspaceId()
`AWS::IoTTwinMaker::Scene.WorkspaceId`.
|
@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.