Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.GetSceneResponse.Builder
Packages that use GetSceneResponse.Builder
-
Uses of GetSceneResponse.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return GetSceneResponse.BuilderModifier and TypeMethodDescriptionThe ARN of the scene.static GetSceneResponse.BuilderGetSceneResponse.builder()GetSceneResponse.Builder.capabilities(String... capabilities) A list of capabilities that the scene uses to render.GetSceneResponse.Builder.capabilities(Collection<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.BuilderGetSceneResponse.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.The ID of the scene.GetSceneResponse.Builder.sceneMetadata(Map<String, String> sceneMetadata) The response metadata.GetSceneResponse.toBuilder()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.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type GetSceneResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetSceneResponse.Builder>GetSceneResponse.serializableBuilderClass()