public static interface WorldSummary.Builder extends SdkPojo, CopyableBuilder<WorldSummary.Builder,WorldSummary>
| Modifier and Type | Method and Description |
|---|---|
WorldSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the world.
|
WorldSummary.Builder |
createdAt(Instant createdAt)
The time, in milliseconds since the epoch, when the world was created.
|
WorldSummary.Builder |
generationJob(String generationJob)
The Amazon Resource Name (arn) of the world generation job.
|
WorldSummary.Builder |
template(String template)
The Amazon Resource Name (arn) of the world template.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWorldSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the world.
arn - The Amazon Resource Name (ARN) of the world.WorldSummary.Builder createdAt(Instant createdAt)
The time, in milliseconds since the epoch, when the world was created.
createdAt - The time, in milliseconds since the epoch, when the world was created.WorldSummary.Builder generationJob(String generationJob)
The Amazon Resource Name (arn) of the world generation job.
generationJob - The Amazon Resource Name (arn) of the world generation job.WorldSummary.Builder template(String template)
The Amazon Resource Name (arn) of the world template.
template - The Amazon Resource Name (arn) of the world template.Copyright © 2023. All rights reserved.