Uses of Class
software.amazon.awscdk.services.iottwinmaker.CfnSceneProps.Builder
Package
Description
AWS::IoTTwinMaker Construct Library
-
Uses of CfnSceneProps.Builder in software.amazon.awscdk.services.iottwinmaker
Modifier and TypeMethodDescriptionstatic CfnSceneProps.Builder
CfnSceneProps.builder()
CfnSceneProps.Builder.capabilities
(List<String> capabilities) Sets the value ofCfnSceneProps.getCapabilities()
CfnSceneProps.Builder.contentLocation
(String contentLocation) Sets the value ofCfnSceneProps.getContentLocation()
CfnSceneProps.Builder.description
(String description) Sets the value ofCfnSceneProps.getDescription()
Sets the value ofCfnSceneProps.getSceneId()
CfnSceneProps.Builder.sceneMetadata
(Map<String, String> sceneMetadata) Sets the value ofCfnSceneProps.getSceneMetadata()
CfnSceneProps.Builder.sceneMetadata
(IResolvable sceneMetadata) Sets the value ofCfnSceneProps.getSceneMetadata()
Sets the value ofCfnSceneProps.getTags()
CfnSceneProps.Builder.workspaceId
(String workspaceId) Sets the value ofCfnSceneProps.getWorkspaceId()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnSceneProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnSceneProps.Builder
.