WorldExportJobSummary.Builder |
WorldExportJobSummary.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the world export job.
|
static WorldExportJobSummary.Builder |
WorldExportJobSummary.builder() |
|
WorldExportJobSummary.Builder |
WorldExportJobSummary.Builder.createdAt(Instant createdAt) |
The time, in milliseconds since the epoch, when the world export job was created.
|
default WorldExportJobSummary.Builder |
WorldExportJobSummary.Builder.outputLocation(Consumer<OutputLocation.Builder> outputLocation) |
Sets the value of the OutputLocation property for this object.
|
WorldExportJobSummary.Builder |
WorldExportJobSummary.Builder.outputLocation(OutputLocation outputLocation) |
Sets the value of the OutputLocation property for this object.
|
WorldExportJobSummary.Builder |
WorldExportJobSummary.Builder.status(String status) |
The status of the world export job.
|
WorldExportJobSummary.Builder |
WorldExportJobSummary.Builder.status(WorldExportJobStatus status) |
The status of the world export job.
|
WorldExportJobSummary.Builder |
WorldExportJobSummary.toBuilder() |
|
WorldExportJobSummary.Builder |
WorldExportJobSummary.Builder.worlds(String... worlds) |
A list of worlds.
|
WorldExportJobSummary.Builder |
WorldExportJobSummary.Builder.worlds(Collection<String> worlds) |
A list of worlds.
|