Interface SceneSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SceneSummary.Builder,SceneSummary>, SdkBuilder<SceneSummary.Builder,SceneSummary>, SdkPojo
Enclosing class:
SceneSummary

public static interface SceneSummary.Builder extends SdkPojo, CopyableBuilder<SceneSummary.Builder,SceneSummary>
  • Method Details

    • sceneId

      SceneSummary.Builder sceneId(String sceneId)

      The ID of the scene.

      Parameters:
      sceneId - The ID of the scene.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contentLocation

      SceneSummary.Builder contentLocation(String contentLocation)

      The relative path that specifies the location of the content definition file.

      Parameters:
      contentLocation - The relative path that specifies the location of the content definition file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The ARN of the scene.

      Parameters:
      arn - The ARN of the scene.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationDateTime

      SceneSummary.Builder creationDateTime(Instant creationDateTime)

      The date and time when the scene was created.

      Parameters:
      creationDateTime - The date and time when the scene was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updateDateTime

      SceneSummary.Builder updateDateTime(Instant updateDateTime)

      The date and time when the scene was last updated.

      Parameters:
      updateDateTime - The date and time when the scene was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      SceneSummary.Builder description(String description)

      The scene description.

      Parameters:
      description - The scene description.
      Returns:
      Returns a reference to this object so that method calls can be chained together.