Interface WorldSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<WorldSummary.Builder,WorldSummary>, SdkBuilder<WorldSummary.Builder,WorldSummary>, SdkPojo
Enclosing class:
WorldSummary

public static interface WorldSummary.Builder extends SdkPojo, CopyableBuilder<WorldSummary.Builder,WorldSummary>
  • 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.
    • 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.