public static interface CreateWorldGenerationJobResponse.Builder extends RoboMakerResponse.Builder, SdkPojo, CopyableBuilder<CreateWorldGenerationJobResponse.Builder,CreateWorldGenerationJobResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateWorldGenerationJobResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the world generator job.
|
CreateWorldGenerationJobResponse.Builder |
clientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateWorldGenerationJobResponse.Builder |
createdAt(Instant createdAt)
The time, in milliseconds since the epoch, when the world generator job was created.
|
CreateWorldGenerationJobResponse.Builder |
failureCode(String failureCode)
The failure code of the world generator job if it failed:
|
CreateWorldGenerationJobResponse.Builder |
failureCode(WorldGenerationJobErrorCode failureCode)
The failure code of the world generator job if it failed:
|
CreateWorldGenerationJobResponse.Builder |
status(String status)
The status of the world generator job.
|
CreateWorldGenerationJobResponse.Builder |
status(WorldGenerationJobStatus status)
The status of the world generator job.
|
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 |
template(String template)
The Amazon Resource Name (arn) of the world template.
|
default CreateWorldGenerationJobResponse.Builder |
worldCount(Consumer<WorldCount.Builder> worldCount)
Information about the world count.
|
CreateWorldGenerationJobResponse.Builder |
worldCount(WorldCount worldCount)
Information about the world count.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateWorldGenerationJobResponse.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.CreateWorldGenerationJobResponse.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,
WorldGenerationJobStatusCreateWorldGenerationJobResponse.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,
WorldGenerationJobStatusCreateWorldGenerationJobResponse.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.CreateWorldGenerationJobResponse.Builder failureCode(String failureCode)
The failure code of the world generator job if it failed:
Internal service error.
The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
The specified resource could not be found.
The request was throttled.
An input parameter in the request is not valid.
failureCode - The failure code of the world generator job if it failed:
Internal service error.
The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
The specified resource could not be found.
The request was throttled.
An input parameter in the request is not valid.
WorldGenerationJobErrorCode,
WorldGenerationJobErrorCodeCreateWorldGenerationJobResponse.Builder failureCode(WorldGenerationJobErrorCode failureCode)
The failure code of the world generator job if it failed:
Internal service error.
The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
The specified resource could not be found.
The request was throttled.
An input parameter in the request is not valid.
failureCode - The failure code of the world generator job if it failed:
Internal service error.
The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
The specified resource could not be found.
The request was throttled.
An input parameter in the request is not valid.
WorldGenerationJobErrorCode,
WorldGenerationJobErrorCodeCreateWorldGenerationJobResponse.Builder clientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateWorldGenerationJobResponse.Builder template(String template)
The Amazon Resource Name (arn) of the world template.
template - The Amazon Resource Name (arn) of the world template.CreateWorldGenerationJobResponse.Builder worldCount(WorldCount worldCount)
Information about the world count.
worldCount - Information about the world count.default CreateWorldGenerationJobResponse.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)CreateWorldGenerationJobResponse.Builder tags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world generator job.
tags - A map that contains tag keys and tag values that are attached to the world generator job.Copyright © 2020. All rights reserved.