Interface WorldSummary.Builder

    • Method Detail

      • arn

        WorldSummary.Builder arn​(String 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.
      • createdAt

        WorldSummary.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.
      • generationJob

        WorldSummary.Builder generationJob​(String generationJob)

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

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

        WorldSummary.Builder template​(String template)

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

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