public static interface DescribeWorldExportJobResponse.Builder extends RoboMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeWorldExportJobResponse.Builder,DescribeWorldExportJobResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeWorldExportJobResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the world export job.
|
DescribeWorldExportJobResponse.Builder |
clientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
DescribeWorldExportJobResponse.Builder |
createdAt(Instant createdAt)
The time, in milliseconds since the epoch, when the world export job was created.
|
DescribeWorldExportJobResponse.Builder |
failureCode(String failureCode)
The failure code of the world export job if it failed:
|
DescribeWorldExportJobResponse.Builder |
failureCode(WorldExportJobErrorCode failureCode)
The failure code of the world export job if it failed:
|
DescribeWorldExportJobResponse.Builder |
failureReason(String failureReason)
The reason why the world export job failed.
|
DescribeWorldExportJobResponse.Builder |
iamRole(String iamRole)
The IAM role that the world export process uses to access the Amazon S3 bucket and put the export.
|
default DescribeWorldExportJobResponse.Builder |
outputLocation(Consumer<OutputLocation.Builder> outputLocation)
Sets the value of the OutputLocation property for this object.
|
DescribeWorldExportJobResponse.Builder |
outputLocation(OutputLocation outputLocation)
Sets the value of the OutputLocation property for this object.
|
DescribeWorldExportJobResponse.Builder |
status(String status)
The status of the world export job.
|
DescribeWorldExportJobResponse.Builder |
status(WorldExportJobStatus status)
The status of the world export job.
|
DescribeWorldExportJobResponse.Builder |
tags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world export job.
|
DescribeWorldExportJobResponse.Builder |
worlds(Collection<String> worlds)
A list of Amazon Resource Names (arns) that correspond to worlds to be exported.
|
DescribeWorldExportJobResponse.Builder |
worlds(String... worlds)
A list of Amazon Resource Names (arns) that correspond to worlds to be exported.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeWorldExportJobResponse.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.DescribeWorldExportJobResponse.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 and failureReason 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 and failureReason for more
information.
The world export job was cancelled.
The world export job is being cancelled.
WorldExportJobStatus,
WorldExportJobStatusDescribeWorldExportJobResponse.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 and failureReason 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 and failureReason for more
information.
The world export job was cancelled.
The world export job is being cancelled.
WorldExportJobStatus,
WorldExportJobStatusDescribeWorldExportJobResponse.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.DescribeWorldExportJobResponse.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.
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.
WorldExportJobErrorCode,
WorldExportJobErrorCodeDescribeWorldExportJobResponse.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.
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.
WorldExportJobErrorCode,
WorldExportJobErrorCodeDescribeWorldExportJobResponse.Builder failureReason(String failureReason)
The reason why the world export job failed.
failureReason - The reason why the world export job failed.DescribeWorldExportJobResponse.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.DescribeWorldExportJobResponse.Builder worlds(Collection<String> worlds)
A list of Amazon Resource Names (arns) that correspond to worlds to be exported.
worlds - A list of Amazon Resource Names (arns) that correspond to worlds to be exported.DescribeWorldExportJobResponse.Builder worlds(String... worlds)
A list of Amazon Resource Names (arns) that correspond to worlds to be exported.
worlds - A list of Amazon Resource Names (arns) that correspond to worlds to be exported.DescribeWorldExportJobResponse.Builder outputLocation(OutputLocation outputLocation)
outputLocation - The new value for the OutputLocation property for this object.default DescribeWorldExportJobResponse.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)DescribeWorldExportJobResponse.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.DescribeWorldExportJobResponse.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.