public static interface WorldGenerationJobSummary.Builder extends SdkPojo, CopyableBuilder<WorldGenerationJobSummary.Builder,WorldGenerationJobSummary>
| Modifier and Type | Method and Description |
|---|---|
WorldGenerationJobSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the world generator job.
|
WorldGenerationJobSummary.Builder |
createdAt(Instant createdAt)
The time, in milliseconds since the epoch, when the world generator job was created.
|
WorldGenerationJobSummary.Builder |
failedWorldCount(Integer failedWorldCount)
The number of worlds that failed.
|
WorldGenerationJobSummary.Builder |
status(String status)
The status of the world generator job:
|
WorldGenerationJobSummary.Builder |
status(WorldGenerationJobStatus status)
The status of the world generator job:
|
WorldGenerationJobSummary.Builder |
succeededWorldCount(Integer succeededWorldCount)
The number of worlds that were generated.
|
WorldGenerationJobSummary.Builder |
template(String template)
The Amazon Resource Name (arn) of the world template.
|
default WorldGenerationJobSummary.Builder |
worldCount(Consumer<WorldCount.Builder> worldCount)
Information about the world count.
|
WorldGenerationJobSummary.Builder |
worldCount(WorldCount worldCount)
Information about the world count.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWorldGenerationJobSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the world generator job.
arn - The Amazon Resource Name (ARN) of the world generator job.WorldGenerationJobSummary.Builder template(String template)
The Amazon Resource Name (arn) of the world template.
template - The Amazon Resource Name (arn) of the world template.WorldGenerationJobSummary.Builder createdAt(Instant createdAt)
The time, in milliseconds since the epoch, when the world generator job was created.
createdAt - The time, in milliseconds since the epoch, when the world generator job was created.WorldGenerationJobSummary.Builder status(String status)
The status of the world generator job:
The world generator job request is pending.
The world generator job is running.
The world generator job completed.
The world generator job failed. See failureCode for more information.
Some worlds did not generate.
The world generator job was cancelled.
The world generator job is being cancelled.
status - The status of the world generator job:
The world generator job request is pending.
The world generator job is running.
The world generator job completed.
The world generator job failed. See failureCode for more information.
Some worlds did not generate.
The world generator job was cancelled.
The world generator job is being cancelled.
WorldGenerationJobStatus,
WorldGenerationJobStatusWorldGenerationJobSummary.Builder status(WorldGenerationJobStatus status)
The status of the world generator job:
The world generator job request is pending.
The world generator job is running.
The world generator job completed.
The world generator job failed. See failureCode for more information.
Some worlds did not generate.
The world generator job was cancelled.
The world generator job is being cancelled.
status - The status of the world generator job:
The world generator job request is pending.
The world generator job is running.
The world generator job completed.
The world generator job failed. See failureCode for more information.
Some worlds did not generate.
The world generator job was cancelled.
The world generator job is being cancelled.
WorldGenerationJobStatus,
WorldGenerationJobStatusWorldGenerationJobSummary.Builder worldCount(WorldCount worldCount)
Information about the world count.
worldCount - Information about the world count.default WorldGenerationJobSummary.Builder worldCount(Consumer<WorldCount.Builder> worldCount)
Information about the world count.
This is a convenience that creates an instance of theWorldCount.Builder avoiding the need to create
one manually via WorldCount.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to worldCount(WorldCount).worldCount - a consumer that will call methods on WorldCount.BuilderworldCount(WorldCount)WorldGenerationJobSummary.Builder succeededWorldCount(Integer succeededWorldCount)
The number of worlds that were generated.
succeededWorldCount - The number of worlds that were generated.WorldGenerationJobSummary.Builder failedWorldCount(Integer failedWorldCount)
The number of worlds that failed.
failedWorldCount - The number of worlds that failed.Copyright © 2020. All rights reserved.