Interface SceneSummary.Builder

    • Method Detail

      • 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

        SceneSummary.Builder arn​(String 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.