| Package | Description |
|---|---|
| com.amazonaws.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
WorldGenerationJobSummary |
WorldGenerationJobSummary.clone() |
WorldGenerationJobSummary |
WorldGenerationJobSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the world generator job.
|
WorldGenerationJobSummary |
WorldGenerationJobSummary.withCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the world generator job was created.
|
WorldGenerationJobSummary |
WorldGenerationJobSummary.withFailedWorldCount(Integer failedWorldCount)
The number of worlds that failed.
|
WorldGenerationJobSummary |
WorldGenerationJobSummary.withStatus(String status)
The status of the world generator job:
|
WorldGenerationJobSummary |
WorldGenerationJobSummary.withStatus(WorldGenerationJobStatus status)
The status of the world generator job:
|
WorldGenerationJobSummary |
WorldGenerationJobSummary.withSucceededWorldCount(Integer succeededWorldCount)
The number of worlds that were generated.
|
WorldGenerationJobSummary |
WorldGenerationJobSummary.withTemplate(String template)
The Amazon Resource Name (arn) of the world template.
|
WorldGenerationJobSummary |
WorldGenerationJobSummary.withWorldCount(WorldCount worldCount)
Information about the world count.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorldGenerationJobSummary> |
ListWorldGenerationJobsResult.getWorldGenerationJobSummaries()
Summary information for world generator jobs.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorldGenerationJobsResult |
ListWorldGenerationJobsResult.withWorldGenerationJobSummaries(WorldGenerationJobSummary... worldGenerationJobSummaries)
Summary information for world generator jobs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListWorldGenerationJobsResult.setWorldGenerationJobSummaries(Collection<WorldGenerationJobSummary> worldGenerationJobSummaries)
Summary information for world generator jobs.
|
ListWorldGenerationJobsResult |
ListWorldGenerationJobsResult.withWorldGenerationJobSummaries(Collection<WorldGenerationJobSummary> worldGenerationJobSummaries)
Summary information for world generator jobs.
|
Copyright © 2021. All rights reserved.