public static interface DescribeWorldGenerationJobResponse.Builder extends RoboMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeWorldGenerationJobResponse.Builder,DescribeWorldGenerationJobResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeWorldGenerationJobResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the world generation job.
|
DescribeWorldGenerationJobResponse.Builder |
clientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
DescribeWorldGenerationJobResponse.Builder |
createdAt(Instant createdAt)
The time, in milliseconds since the epoch, when the world generation job was created.
|
DescribeWorldGenerationJobResponse.Builder |
failureCode(String failureCode)
The failure code of the world generation job if it failed:
|
DescribeWorldGenerationJobResponse.Builder |
failureCode(WorldGenerationJobErrorCode failureCode)
The failure code of the world generation job if it failed:
|
DescribeWorldGenerationJobResponse.Builder |
failureReason(String failureReason)
The reason why the world generation job failed.
|
default DescribeWorldGenerationJobResponse.Builder |
finishedWorldsSummary(Consumer<FinishedWorldsSummary.Builder> finishedWorldsSummary)
Summary information about finished worlds.
|
DescribeWorldGenerationJobResponse.Builder |
finishedWorldsSummary(FinishedWorldsSummary finishedWorldsSummary)
Summary information about finished worlds.
|
DescribeWorldGenerationJobResponse.Builder |
status(String status)
The status of the world generation job:
|
DescribeWorldGenerationJobResponse.Builder |
status(WorldGenerationJobStatus status)
The status of the world generation job:
|
DescribeWorldGenerationJobResponse.Builder |
tags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world generation job.
|
DescribeWorldGenerationJobResponse.Builder |
template(String template)
The Amazon Resource Name (arn) of the world template.
|
default DescribeWorldGenerationJobResponse.Builder |
worldCount(Consumer<WorldCount.Builder> worldCount)
Information about the world count.
|
DescribeWorldGenerationJobResponse.Builder |
worldCount(WorldCount worldCount)
Information about the world count.
|
DescribeWorldGenerationJobResponse.Builder |
worldTags(Map<String,String> worldTags)
A map that contains tag keys and tag values that are attached to the generated worlds.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeWorldGenerationJobResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the world generation job.
arn - The Amazon Resource Name (ARN) of the world generation job.DescribeWorldGenerationJobResponse.Builder status(String status)
The status of the world generation job:
The world generation job request is pending.
The world generation job is running.
The world generation job completed.
The world generation job failed. See failureCode for more information.
Some worlds did not generate.
The world generation job was cancelled.
The world generation job is being cancelled.
status - The status of the world generation job:
The world generation job request is pending.
The world generation job is running.
The world generation job completed.
The world generation job failed. See failureCode for more information.
Some worlds did not generate.
The world generation job was cancelled.
The world generation job is being cancelled.
WorldGenerationJobStatus,
WorldGenerationJobStatusDescribeWorldGenerationJobResponse.Builder status(WorldGenerationJobStatus status)
The status of the world generation job:
The world generation job request is pending.
The world generation job is running.
The world generation job completed.
The world generation job failed. See failureCode for more information.
Some worlds did not generate.
The world generation job was cancelled.
The world generation job is being cancelled.
status - The status of the world generation job:
The world generation job request is pending.
The world generation job is running.
The world generation job completed.
The world generation job failed. See failureCode for more information.
Some worlds did not generate.
The world generation job was cancelled.
The world generation job is being cancelled.
WorldGenerationJobStatus,
WorldGenerationJobStatusDescribeWorldGenerationJobResponse.Builder createdAt(Instant createdAt)
The time, in milliseconds since the epoch, when the world generation job was created.
createdAt - The time, in milliseconds since the epoch, when the world generation job was created.DescribeWorldGenerationJobResponse.Builder failureCode(String failureCode)
The failure code of the world generation 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 generation 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,
WorldGenerationJobErrorCodeDescribeWorldGenerationJobResponse.Builder failureCode(WorldGenerationJobErrorCode failureCode)
The failure code of the world generation 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 generation 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,
WorldGenerationJobErrorCodeDescribeWorldGenerationJobResponse.Builder failureReason(String failureReason)
The reason why the world generation job failed.
failureReason - The reason why the world generation job failed.DescribeWorldGenerationJobResponse.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.DescribeWorldGenerationJobResponse.Builder template(String template)
The Amazon Resource Name (arn) of the world template.
template - The Amazon Resource Name (arn) of the world template.DescribeWorldGenerationJobResponse.Builder worldCount(WorldCount worldCount)
Information about the world count.
worldCount - Information about the world count.default DescribeWorldGenerationJobResponse.Builder worldCount(Consumer<WorldCount.Builder> worldCount)
Information about the world count.
This is a convenience method 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)DescribeWorldGenerationJobResponse.Builder finishedWorldsSummary(FinishedWorldsSummary finishedWorldsSummary)
Summary information about finished worlds.
finishedWorldsSummary - Summary information about finished worlds.default DescribeWorldGenerationJobResponse.Builder finishedWorldsSummary(Consumer<FinishedWorldsSummary.Builder> finishedWorldsSummary)
Summary information about finished worlds.
This is a convenience method that creates an instance of theFinishedWorldsSummary.Builder avoiding
the need to create one manually via FinishedWorldsSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to finishedWorldsSummary(FinishedWorldsSummary).
finishedWorldsSummary - a consumer that will call methods on FinishedWorldsSummary.BuilderfinishedWorldsSummary(FinishedWorldsSummary)DescribeWorldGenerationJobResponse.Builder tags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world generation job.
tags - A map that contains tag keys and tag values that are attached to the world generation job.DescribeWorldGenerationJobResponse.Builder worldTags(Map<String,String> worldTags)
A map that contains tag keys and tag values that are attached to the generated worlds.
worldTags - A map that contains tag keys and tag values that are attached to the generated worlds.Copyright © 2023. All rights reserved.