Interface UpdateWorldTemplateResponse.Builder

  • Method Details

    • arn

      The Amazon Resource Name (arn) of the world template.

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

      The name of the world template.

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

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

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

      UpdateWorldTemplateResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)

      The time, in milliseconds since the epoch, when the world template was last updated.

      Parameters:
      lastUpdatedAt - The time, in milliseconds since the epoch, when the world template was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.