Interface DescribeWorldResponse.Builder

  • Method Details

    • arn

      The Amazon Resource Name (arn) of the world.

      Parameters:
      arn - The Amazon Resource Name (arn) of the world.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • generationJob

      DescribeWorldResponse.Builder generationJob(String generationJob)

      The Amazon Resource Name (arn) of the world generation job that generated the world.

      Parameters:
      generationJob - The Amazon Resource Name (arn) of the world generation job that generated the world.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • template

      The world template.

      Parameters:
      template - The world template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      DescribeWorldResponse.Builder createdAt(Instant createdAt)

      The time, in milliseconds since the epoch, when the world was created.

      Parameters:
      createdAt - The time, in milliseconds since the epoch, when the world was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      A map that contains tag keys and tag values that are attached to the world.

      Parameters:
      tags - A map that contains tag keys and tag values that are attached to the world.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • worldDescriptionBody

      DescribeWorldResponse.Builder worldDescriptionBody(String worldDescriptionBody)

      Returns the JSON formatted string that describes the contents of your world.

      Parameters:
      worldDescriptionBody - Returns the JSON formatted string that describes the contents of your world.
      Returns:
      Returns a reference to this object so that method calls can be chained together.