| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
GetSceneResponse.Builder |
GetSceneResponse.Builder.arn(String arn)
The ARN of the scene.
|
static GetSceneResponse.Builder |
GetSceneResponse.builder() |
GetSceneResponse.Builder |
GetSceneResponse.Builder.capabilities(Collection<String> capabilities)
A list of capabilities that the scene uses to render.
|
GetSceneResponse.Builder |
GetSceneResponse.Builder.capabilities(String... capabilities)
A list of capabilities that the scene uses to render.
|
GetSceneResponse.Builder |
GetSceneResponse.Builder.contentLocation(String contentLocation)
The relative path that specifies the location of the content definition file.
|
GetSceneResponse.Builder |
GetSceneResponse.Builder.creationDateTime(Instant creationDateTime)
The date and time when the scene was created.
|
GetSceneResponse.Builder |
GetSceneResponse.Builder.description(String description)
The description of the scene.
|
GetSceneResponse.Builder |
GetSceneResponse.Builder.sceneId(String sceneId)
The ID of the scene.
|
GetSceneResponse.Builder |
GetSceneResponse.toBuilder() |
GetSceneResponse.Builder |
GetSceneResponse.Builder.updateDateTime(Instant updateDateTime)
The date and time when the scene was last updated.
|
GetSceneResponse.Builder |
GetSceneResponse.Builder.workspaceId(String workspaceId)
The ID of the workspace that contains the scene.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetSceneResponse.Builder> |
GetSceneResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.