| Package | Description |
|---|---|
| software.amazon.awssdk.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
CreateWorldGenerationJobResponse.Builder |
CreateWorldGenerationJobResponse.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the world generator job.
|
static CreateWorldGenerationJobResponse.Builder |
CreateWorldGenerationJobResponse.builder() |
CreateWorldGenerationJobResponse.Builder |
CreateWorldGenerationJobResponse.Builder.clientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateWorldGenerationJobResponse.Builder |
CreateWorldGenerationJobResponse.Builder.createdAt(Instant createdAt)
The time, in milliseconds since the epoch, when the world generator job was created.
|
CreateWorldGenerationJobResponse.Builder |
CreateWorldGenerationJobResponse.Builder.failureCode(String failureCode)
The failure code of the world generator job if it failed:
|
CreateWorldGenerationJobResponse.Builder |
CreateWorldGenerationJobResponse.Builder.failureCode(WorldGenerationJobErrorCode failureCode)
The failure code of the world generator job if it failed:
|
CreateWorldGenerationJobResponse.Builder |
CreateWorldGenerationJobResponse.Builder.status(String status)
The status of the world generator job.
|
CreateWorldGenerationJobResponse.Builder |
CreateWorldGenerationJobResponse.Builder.status(WorldGenerationJobStatus status)
The status of the world generator job.
|
CreateWorldGenerationJobResponse.Builder |
CreateWorldGenerationJobResponse.Builder.tags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world generator job.
|
CreateWorldGenerationJobResponse.Builder |
CreateWorldGenerationJobResponse.Builder.template(String template)
The Amazon Resource Name (arn) of the world template.
|
CreateWorldGenerationJobResponse.Builder |
CreateWorldGenerationJobResponse.toBuilder() |
default CreateWorldGenerationJobResponse.Builder |
CreateWorldGenerationJobResponse.Builder.worldCount(Consumer<WorldCount.Builder> worldCount)
Information about the world count.
|
CreateWorldGenerationJobResponse.Builder |
CreateWorldGenerationJobResponse.Builder.worldCount(WorldCount worldCount)
Information about the world count.
|
CreateWorldGenerationJobResponse.Builder |
CreateWorldGenerationJobResponse.Builder.worldTags(Map<String,String> worldTags)
A map that contains tag keys and tag values that are attached to the generated worlds.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateWorldGenerationJobResponse.Builder> |
CreateWorldGenerationJobResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.