public static final class CfnSceneProps.Builder
extends java.lang.Object
CfnSceneProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnSceneProps |
build()
Builds the configured instance.
|
CfnSceneProps.Builder |
capabilities(java.util.List<java.lang.String> capabilities)
Sets the value of
CfnSceneProps.getCapabilities() |
CfnSceneProps.Builder |
contentLocation(java.lang.String contentLocation)
Sets the value of
CfnSceneProps.getContentLocation() |
CfnSceneProps.Builder |
description(java.lang.String description)
Sets the value of
CfnSceneProps.getDescription() |
CfnSceneProps.Builder |
sceneId(java.lang.String sceneId)
Sets the value of
CfnSceneProps.getSceneId() |
CfnSceneProps.Builder |
tags(java.util.Map<java.lang.String,java.lang.String> tags)
Sets the value of
CfnSceneProps.getTags() |
CfnSceneProps.Builder |
workspaceId(java.lang.String workspaceId)
Sets the value of
CfnSceneProps.getWorkspaceId() |
public CfnSceneProps.Builder contentLocation(java.lang.String contentLocation)
CfnSceneProps.getContentLocation()
contentLocation
- The relative path that specifies the location of the content definition file. This parameter is required.this
public CfnSceneProps.Builder sceneId(java.lang.String sceneId)
CfnSceneProps.getSceneId()
sceneId
- The scene ID. This parameter is required.this
public CfnSceneProps.Builder workspaceId(java.lang.String workspaceId)
CfnSceneProps.getWorkspaceId()
workspaceId
- The ID of the workspace. This parameter is required.this
public CfnSceneProps.Builder capabilities(java.util.List<java.lang.String> capabilities)
CfnSceneProps.getCapabilities()
capabilities
- A list of capabilities that the scene uses to render.this
public CfnSceneProps.Builder description(java.lang.String description)
CfnSceneProps.getDescription()
description
- The description of this scene.this
public CfnSceneProps.Builder tags(java.util.Map<java.lang.String,java.lang.String> tags)
CfnSceneProps.getTags()
tags
- The ComponentType tags.this
public CfnSceneProps build()
CfnSceneProps
java.lang.NullPointerException
- if any required attribute was not provided