public static interface GetSceneResponse.Builder extends IoTTwinMakerResponse.Builder, SdkPojo, CopyableBuilder<GetSceneResponse.Builder,GetSceneResponse>
| Modifier and Type | Method and Description |
|---|---|
GetSceneResponse.Builder |
arn(String arn)
The ARN of the scene.
|
GetSceneResponse.Builder |
capabilities(Collection<String> capabilities)
A list of capabilities that the scene uses to render.
|
GetSceneResponse.Builder |
capabilities(String... capabilities)
A list of capabilities that the scene uses to render.
|
GetSceneResponse.Builder |
contentLocation(String contentLocation)
The relative path that specifies the location of the content definition file.
|
GetSceneResponse.Builder |
creationDateTime(Instant creationDateTime)
The date and time when the scene was created.
|
GetSceneResponse.Builder |
description(String description)
The description of the scene.
|
GetSceneResponse.Builder |
sceneId(String sceneId)
The ID of the scene.
|
GetSceneResponse.Builder |
updateDateTime(Instant updateDateTime)
The date and time when the scene was last updated.
|
GetSceneResponse.Builder |
workspaceId(String workspaceId)
The ID of the workspace that contains the scene.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSceneResponse.Builder arn(String arn)
The ARN of the scene.
arn - The ARN of the scene.GetSceneResponse.Builder capabilities(Collection<String> capabilities)
A list of capabilities that the scene uses to render.
capabilities - A list of capabilities that the scene uses to render.GetSceneResponse.Builder capabilities(String... capabilities)
A list of capabilities that the scene uses to render.
capabilities - A list of capabilities that the scene uses to render.GetSceneResponse.Builder contentLocation(String contentLocation)
The relative path that specifies the location of the content definition file.
contentLocation - The relative path that specifies the location of the content definition file.GetSceneResponse.Builder creationDateTime(Instant creationDateTime)
The date and time when the scene was created.
creationDateTime - The date and time when the scene was created.GetSceneResponse.Builder description(String description)
The description of the scene.
description - The description of the scene.GetSceneResponse.Builder sceneId(String sceneId)
The ID of the scene.
sceneId - The ID of the scene.GetSceneResponse.Builder updateDateTime(Instant updateDateTime)
The date and time when the scene was last updated.
updateDateTime - The date and time when the scene was last updated.GetSceneResponse.Builder workspaceId(String workspaceId)
The ID of the workspace that contains the scene.
workspaceId - The ID of the workspace that contains the scene.Copyright © 2022. All rights reserved.