public static interface WorldExportJobSummary.Builder extends SdkPojo, CopyableBuilder<WorldExportJobSummary.Builder,WorldExportJobSummary>
| Modifier and Type | Method and Description |
|---|---|
WorldExportJobSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the world export job.
|
WorldExportJobSummary.Builder |
createdAt(Instant createdAt)
The time, in milliseconds since the epoch, when the world export job was created.
|
WorldExportJobSummary.Builder |
status(String status)
The status of the world export job.
|
WorldExportJobSummary.Builder |
status(WorldExportJobStatus status)
The status of the world export job.
|
WorldExportJobSummary.Builder |
worlds(Collection<String> worlds)
A list of worlds.
|
WorldExportJobSummary.Builder |
worlds(String... worlds)
A list of worlds.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWorldExportJobSummary.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.WorldExportJobSummary.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,
WorldExportJobStatusWorldExportJobSummary.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,
WorldExportJobStatusWorldExportJobSummary.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.WorldExportJobSummary.Builder worlds(Collection<String> worlds)
A list of worlds.
worlds - A list of worlds.WorldExportJobSummary.Builder worlds(String... worlds)
A list of worlds.
worlds - A list of worlds.Copyright © 2020. All rights reserved.