public static interface SceneSummary.Builder extends SdkPojo, CopyableBuilder<SceneSummary.Builder,SceneSummary>
| Modifier and Type | Method and Description |
|---|---|
SceneSummary.Builder |
arn(String arn)
The ARN of the scene.
|
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.
|
SceneSummary.Builder |
sceneId(String sceneId)
The ID of the scene.
|
SceneSummary.Builder |
updateDateTime(Instant updateDateTime)
The date and time when the scene was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSceneSummary.Builder arn(String arn)
The ARN of the scene.
arn - The ARN of the scene.SceneSummary.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.SceneSummary.Builder creationDateTime(Instant creationDateTime)
The date and time when the scene was created.
creationDateTime - The date and time when the scene was created.SceneSummary.Builder description(String description)
The scene description.
description - The scene description.SceneSummary.Builder sceneId(String sceneId)
The ID of the scene.
sceneId - The ID of the scene.SceneSummary.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.Copyright © 2022. All rights reserved.