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.
|
default WorldExportJobSummary.Builder |
outputLocation(Consumer<OutputLocation.Builder> outputLocation)
Sets the value of the OutputLocation property for this object.
|
WorldExportJobSummary.Builder |
outputLocation(OutputLocation outputLocation)
Sets the value of the OutputLocation property for this object.
|
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.WorldExportJobSummary.Builder outputLocation(OutputLocation outputLocation)
outputLocation - The new value for the OutputLocation property for this object.default WorldExportJobSummary.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)Copyright © 2022. All rights reserved.