Interface CreateSceneRequest.Builder

  • Method Details

    • workspaceId

      CreateSceneRequest.Builder workspaceId(String workspaceId)

      The ID of the workspace that contains the scene.

      Parameters:
      workspaceId - The ID of the workspace that contains the scene.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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

      CreateSceneRequest.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.
    • description

      CreateSceneRequest.Builder description(String description)

      The description for this scene.

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

      CreateSceneRequest.Builder capabilities(Collection<String> capabilities)

      A list of capabilities that the scene uses to render itself.

      Parameters:
      capabilities - A list of capabilities that the scene uses to render itself.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • capabilities

      CreateSceneRequest.Builder capabilities(String... capabilities)

      A list of capabilities that the scene uses to render itself.

      Parameters:
      capabilities - A list of capabilities that the scene uses to render itself.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      Metadata that you can use to manage the scene.

      Parameters:
      tags - Metadata that you can use to manage the scene.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sceneMetadata

      CreateSceneRequest.Builder sceneMetadata(Map<String,String> sceneMetadata)

      The request metadata.

      Parameters:
      sceneMetadata - The request metadata.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      CreateSceneRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.