Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.iottwinmaker.CfnScenePropsMixin.Builder
Packages that use CfnScenePropsMixin.Builder
-
Uses of CfnScenePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.iottwinmaker
Methods in software.amazon.awscdk.cfnpropertymixins.services.iottwinmaker that return CfnScenePropsMixin.BuilderModifier and TypeMethodDescriptionCfnScenePropsMixin.Builder.capabilities(List<String> capabilities) A list of capabilities that the scene uses to render.CfnScenePropsMixin.Builder.contentLocation(String contentLocation) The relative path that specifies the location of the content definition file.static CfnScenePropsMixin.BuilderCfnScenePropsMixin.Builder.create()static CfnScenePropsMixin.BuilderCfnScenePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnScenePropsMixin.Builder.description(String description) The description of this scene.The ID of the scene.CfnScenePropsMixin.Builder.sceneMetadata(Map<String, String> sceneMetadata) The scene metadata.CfnScenePropsMixin.Builder.sceneMetadata(IResolvable sceneMetadata) The scene metadata.The ComponentType tags.CfnScenePropsMixin.Builder.workspaceId(String workspaceId) The ID of the workspace.