Interface SceneReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SceneReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:16.972Z")
@Stability(Stable)
public interface SceneReference
extends software.amazon.jsii.JsiiSerializable
A reference to a Scene resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.interfaces.iottwinmaker.*;
SceneReference sceneReference = SceneReference.builder()
.sceneArn("sceneArn")
.sceneId("sceneId")
.workspaceId("workspaceId")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forSceneReferencestatic final classAn implementation forSceneReference -
Method Summary
Modifier and TypeMethodDescriptionstatic SceneReference.Builderbuilder()The ARN of the Scene resource.The SceneId of the Scene resource.The WorkspaceId of the Scene resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSceneArn
The ARN of the Scene resource. -
getSceneId
The SceneId of the Scene resource. -
getWorkspaceId
The WorkspaceId of the Scene resource. -
builder
- Returns:
- a
SceneReference.BuilderofSceneReference
-