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.
|
default GetSceneResponse.Builder |
error(Consumer<SceneError.Builder> error)
The SceneResponse error.
|
GetSceneResponse.Builder |
error(SceneError error)
The SceneResponse error.
|
GetSceneResponse.Builder |
generatedSceneMetadata(Map<String,String> generatedSceneMetadata)
The generated scene metadata.
|
GetSceneResponse.Builder |
sceneId(String sceneId)
The ID of the scene.
|
GetSceneResponse.Builder |
sceneMetadata(Map<String,String> sceneMetadata)
The response metadata.
|
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 workspaceId(String workspaceId)
The ID of the workspace that contains the scene.
workspaceId - The ID of the workspace that contains the scene.GetSceneResponse.Builder sceneId(String sceneId)
The ID of the scene.
sceneId - The ID of the scene.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 arn(String arn)
The ARN of the scene.
arn - The ARN of the scene.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 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 description(String description)
The description of the scene.
description - The description 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 sceneMetadata(Map<String,String> sceneMetadata)
The response metadata.
sceneMetadata - The response metadata.GetSceneResponse.Builder generatedSceneMetadata(Map<String,String> generatedSceneMetadata)
The generated scene metadata.
generatedSceneMetadata - The generated scene metadata.GetSceneResponse.Builder error(SceneError error)
The SceneResponse error.
error - The SceneResponse error.default GetSceneResponse.Builder error(Consumer<SceneError.Builder> error)
The SceneResponse error.
This is a convenience method that creates an instance of theSceneError.Builder avoiding the need to
create one manually via SceneError.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to error(SceneError).
error - a consumer that will call methods on SceneError.Buildererror(SceneError)Copyright © 2023. All rights reserved.