public static interface CreateWorldExportJobResponse.Builder extends RoboMakerResponse.Builder, SdkPojo, CopyableBuilder<CreateWorldExportJobResponse.Builder,CreateWorldExportJobResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateWorldExportJobResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the world export job.
|
CreateWorldExportJobResponse.Builder |
clientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateWorldExportJobResponse.Builder |
createdAt(Instant createdAt)
The time, in milliseconds since the epoch, when the world export job was created.
|
CreateWorldExportJobResponse.Builder |
failureCode(String failureCode)
The failure code of the world export job if it failed:
|
CreateWorldExportJobResponse.Builder |
failureCode(WorldExportJobErrorCode failureCode)
The failure code of the world export job if it failed:
|
CreateWorldExportJobResponse.Builder |
iamRole(String iamRole)
The IAM role that the world export process uses to access the Amazon S3 bucket and put the export.
|
default CreateWorldExportJobResponse.Builder |
outputLocation(Consumer<OutputLocation.Builder> outputLocation)
Sets the value of the OutputLocation property for this object.
|
CreateWorldExportJobResponse.Builder |
outputLocation(OutputLocation outputLocation)
Sets the value of the OutputLocation property for this object.
|
CreateWorldExportJobResponse.Builder |
status(String status)
The status of the world export job.
|
CreateWorldExportJobResponse.Builder |
status(WorldExportJobStatus status)
The status of the world export job.
|
CreateWorldExportJobResponse.Builder |
tags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world export job.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateWorldExportJobResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the world export job.
arn - The Amazon Resource Name (ARN) of the world export job.CreateWorldExportJobResponse.Builder status(String status)
The status of the world export job.
The world export job request is pending.
The world export job is running.
The world export job completed.
The world export job failed. See failureCode for more information.
The world export job was cancelled.
The world export job is being cancelled.
status - The status of the world export job.
The world export job request is pending.
The world export job is running.
The world export job completed.
The world export job failed. See failureCode for more information.
The world export job was cancelled.
The world export job is being cancelled.
WorldExportJobStatus,
WorldExportJobStatusCreateWorldExportJobResponse.Builder status(WorldExportJobStatus status)
The status of the world export job.
The world export job request is pending.
The world export job is running.
The world export job completed.
The world export job failed. See failureCode for more information.
The world export job was cancelled.
The world export job is being cancelled.
status - The status of the world export job.
The world export job request is pending.
The world export job is running.
The world export job completed.
The world export job failed. See failureCode for more information.
The world export job was cancelled.
The world export job is being cancelled.
WorldExportJobStatus,
WorldExportJobStatusCreateWorldExportJobResponse.Builder createdAt(Instant createdAt)
The time, in milliseconds since the epoch, when the world export job was created.
createdAt - The time, in milliseconds since the epoch, when the world export job was created.CreateWorldExportJobResponse.Builder failureCode(String failureCode)
The failure code of the world export 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.
All of the worlds in the world generation job failed. This can happen if your worldCount is
greater than 50 or less than 1.
For more information about troubleshooting WorldForge, see Troubleshooting Simulation WorldForge.
failureCode - The failure code of the world export 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.
All of the worlds in the world generation job failed. This can happen if your worldCount
is greater than 50 or less than 1.
For more information about troubleshooting WorldForge, see Troubleshooting Simulation WorldForge.
WorldExportJobErrorCode,
WorldExportJobErrorCodeCreateWorldExportJobResponse.Builder failureCode(WorldExportJobErrorCode failureCode)
The failure code of the world export 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.
All of the worlds in the world generation job failed. This can happen if your worldCount is
greater than 50 or less than 1.
For more information about troubleshooting WorldForge, see Troubleshooting Simulation WorldForge.
failureCode - The failure code of the world export 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.
All of the worlds in the world generation job failed. This can happen if your worldCount
is greater than 50 or less than 1.
For more information about troubleshooting WorldForge, see Troubleshooting Simulation WorldForge.
WorldExportJobErrorCode,
WorldExportJobErrorCodeCreateWorldExportJobResponse.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.CreateWorldExportJobResponse.Builder outputLocation(OutputLocation outputLocation)
outputLocation - The new value for the OutputLocation property for this object.default CreateWorldExportJobResponse.Builder outputLocation(Consumer<OutputLocation.Builder> outputLocation)
OutputLocation.Builder avoiding the need
to create one manually via OutputLocation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to outputLocation(OutputLocation).
outputLocation - a consumer that will call methods on OutputLocation.BuilderoutputLocation(OutputLocation)CreateWorldExportJobResponse.Builder iamRole(String iamRole)
The IAM role that the world export process uses to access the Amazon S3 bucket and put the export.
iamRole - The IAM role that the world export process uses to access the Amazon S3 bucket and put the export.CreateWorldExportJobResponse.Builder tags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world export job.
tags - A map that contains tag keys and tag values that are attached to the world export job.Copyright © 2023. All rights reserved.