@Stability(value=Stable) public static final class CfnSceneProps.Builder extends Object implements software.amazon.jsii.Builder<CfnSceneProps>
CfnSceneProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSceneProps |
build()
Builds the configured instance.
|
CfnSceneProps.Builder |
capabilities(List<String> capabilities)
Sets the value of
CfnSceneProps.getCapabilities() |
CfnSceneProps.Builder |
contentLocation(String contentLocation)
Sets the value of
CfnSceneProps.getContentLocation() |
CfnSceneProps.Builder |
description(String description)
Sets the value of
CfnSceneProps.getDescription() |
CfnSceneProps.Builder |
sceneId(String sceneId)
Sets the value of
CfnSceneProps.getSceneId() |
CfnSceneProps.Builder |
tags(Map<String,String> tags)
Sets the value of
CfnSceneProps.getTags() |
CfnSceneProps.Builder |
workspaceId(String workspaceId)
Sets the value of
CfnSceneProps.getWorkspaceId() |
@Stability(value=Stable) public CfnSceneProps.Builder contentLocation(String contentLocation)
CfnSceneProps.getContentLocation()contentLocation - The relative path that specifies the location of the content definition file. This parameter is required.this@Stability(value=Stable) public CfnSceneProps.Builder sceneId(String sceneId)
CfnSceneProps.getSceneId()sceneId - The scene ID. This parameter is required.this@Stability(value=Stable) public CfnSceneProps.Builder workspaceId(String workspaceId)
CfnSceneProps.getWorkspaceId()workspaceId - The ID of the workspace. This parameter is required.this@Stability(value=Stable) public CfnSceneProps.Builder capabilities(List<String> capabilities)
CfnSceneProps.getCapabilities()capabilities - A list of capabilities that the scene uses to render.this@Stability(value=Stable) public CfnSceneProps.Builder description(String description)
CfnSceneProps.getDescription()description - The description of this scene.this@Stability(value=Stable) public CfnSceneProps.Builder tags(Map<String,String> tags)
CfnSceneProps.getTags()tags - The ComponentType tags.this@Stability(value=Stable) public CfnSceneProps build()
build in interface software.amazon.jsii.Builder<CfnSceneProps>CfnScenePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.