Interface ExportJobSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExportJobSummary.Builder,
,ExportJobSummary> SdkBuilder<ExportJobSummary.Builder,
,ExportJobSummary> SdkPojo
- Enclosing class:
ExportJobSummary
public static interface ExportJobSummary.Builder
extends SdkPojo, CopyableBuilder<ExportJobSummary.Builder,ExportJobSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncompletedTimestamp
(Instant completedTimestamp) The timestamp of when the export job was completed.createdTimestamp
(Instant createdTimestamp) The timestamp of when the export job was created.exportSourceType
(String exportSourceType) The source type of the export job.exportSourceType
(ExportSourceType exportSourceType) The source type of the export job.The export job ID.The status of the export job.The status of the export job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
jobId
The export job ID.
- Parameters:
jobId
- The export job ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportSourceType
The source type of the export job.
- Parameters:
exportSourceType
- The source type of the export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
exportSourceType
The source type of the export job.
- Parameters:
exportSourceType
- The source type of the export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobStatus
The status of the export job.
- Parameters:
jobStatus
- The status of the export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobStatus
The status of the export job.
- Parameters:
jobStatus
- The status of the export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdTimestamp
The timestamp of when the export job was created.
- Parameters:
createdTimestamp
- The timestamp of when the export job was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
completedTimestamp
The timestamp of when the export job was completed.
- Parameters:
completedTimestamp
- The timestamp of when the export job was completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-