Interface ExportJobSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ExportJobSummary.Builder,,ExportJobSummary> SdkBuilder<ExportJobSummary.Builder,,ExportJobSummary> SdkPojo
- Enclosing class:
ExportJobSummary
@Mutable
@NotThreadSafe
public static interface ExportJobSummary.Builder
extends SdkPojo, CopyableBuilder<ExportJobSummary.Builder,ExportJobSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncompletedAt(Instant completedAt) <p>The timestamp when the job completed, or null if the job is still running.</p>destinationS3Uri(String destinationS3Uri) <p>The S3 URI where output clips are written.</p><p>The unique identifier for the dataset export job.</p><p>The timestamp when the job started processing.</p><p>The current status of the dataset export job.</p>status(DatasetExportJobStatus status) <p>The current status of the dataset export job.</p>Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
jobId
<p>The unique identifier for the dataset export job.</p>- Parameters:
jobId- <p>The unique identifier for the dataset export job.</p>- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
<p>The current status of the dataset export job.</p>- Parameters:
status- <p>The current status of the dataset export job.</p>- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
<p>The current status of the dataset export job.</p>- Parameters:
status- <p>The current status of the dataset export job.</p>- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
startedAt
<p>The timestamp when the job started processing.</p>- Parameters:
startedAt- <p>The timestamp when the job started processing.</p>- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
completedAt
<p>The timestamp when the job completed, or null if the job is still running.</p>- Parameters:
completedAt- <p>The timestamp when the job completed, or null if the job is still running.</p>- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationS3Uri
<p>The S3 URI where output clips are written.</p>- Parameters:
destinationS3Uri- <p>The S3 URI where output clips are written.</p>- Returns:
- Returns a reference to this object so that method calls can be chained together.
-