Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.SceneSummary.Builder
Packages that use SceneSummary.Builder
-
Uses of SceneSummary.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return SceneSummary.BuilderModifier and TypeMethodDescriptionThe ARN of the scene.static SceneSummary.BuilderSceneSummary.builder()SceneSummary.Builder.contentLocation(String contentLocation) The relative path that specifies the location of the content definition file.SceneSummary.Builder.creationDateTime(Instant creationDateTime) The date and time when the scene was created.SceneSummary.Builder.description(String description) The scene description.The ID of the scene.SceneSummary.toBuilder()SceneSummary.Builder.updateDateTime(Instant updateDateTime) The date and time when the scene was last updated.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type SceneSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SceneSummary.Builder>SceneSummary.serializableBuilderClass()