| Package | Description |
|---|---|
| software.amazon.awssdk.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
CreateWorldExportJobResponse.Builder |
CreateWorldExportJobResponse.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the world export job.
|
static CreateWorldExportJobResponse.Builder |
CreateWorldExportJobResponse.builder() |
CreateWorldExportJobResponse.Builder |
CreateWorldExportJobResponse.Builder.clientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateWorldExportJobResponse.Builder |
CreateWorldExportJobResponse.Builder.createdAt(Instant createdAt)
The time, in milliseconds since the epoch, when the world export job was created.
|
CreateWorldExportJobResponse.Builder |
CreateWorldExportJobResponse.Builder.failureCode(String failureCode)
The failure code of the world export job if it failed:
|
CreateWorldExportJobResponse.Builder |
CreateWorldExportJobResponse.Builder.failureCode(WorldExportJobErrorCode failureCode)
The failure code of the world export job if it failed:
|
CreateWorldExportJobResponse.Builder |
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 |
CreateWorldExportJobResponse.Builder.outputLocation(Consumer<OutputLocation.Builder> outputLocation)
Sets the value of the OutputLocation property for this object.
|
CreateWorldExportJobResponse.Builder |
CreateWorldExportJobResponse.Builder.outputLocation(OutputLocation outputLocation)
Sets the value of the OutputLocation property for this object.
|
CreateWorldExportJobResponse.Builder |
CreateWorldExportJobResponse.Builder.status(String status)
The status of the world export job.
|
CreateWorldExportJobResponse.Builder |
CreateWorldExportJobResponse.Builder.status(WorldExportJobStatus status)
The status of the world export job.
|
CreateWorldExportJobResponse.Builder |
CreateWorldExportJobResponse.Builder.tags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world export job.
|
CreateWorldExportJobResponse.Builder |
CreateWorldExportJobResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateWorldExportJobResponse.Builder> |
CreateWorldExportJobResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.