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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExportJobSummary.BuildercompletedTimestamp(Instant completedTimestamp)The timestamp of when the export job was completed.ExportJobSummary.BuildercreatedTimestamp(Instant createdTimestamp)The timestamp of when the export job was created.ExportJobSummary.BuilderexportSourceType(String exportSourceType)The source type of the export job.ExportJobSummary.BuilderexportSourceType(ExportSourceType exportSourceType)The source type of the export job.ExportJobSummary.BuilderjobId(String jobId)The export job ID.ExportJobSummary.BuilderjobStatus(String jobStatus)The status of the export job.ExportJobSummary.BuilderjobStatus(JobStatus jobStatus)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 Detail
-
jobId
ExportJobSummary.Builder jobId(String 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
ExportJobSummary.Builder exportSourceType(String 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,ExportSourceType
-
exportSourceType
ExportJobSummary.Builder exportSourceType(ExportSourceType 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,ExportSourceType
-
jobStatus
ExportJobSummary.Builder jobStatus(String jobStatus)
The status of the export job.
-
jobStatus
ExportJobSummary.Builder jobStatus(JobStatus jobStatus)
The status of the export job.
-
createdTimestamp
ExportJobSummary.Builder createdTimestamp(Instant 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
ExportJobSummary.Builder completedTimestamp(Instant 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.
-
-