Interface TransformationJobSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TransformationJobSummary.Builder,,TransformationJobSummary> SdkBuilder<TransformationJobSummary.Builder,,TransformationJobSummary> SdkPojo
- Enclosing class:
TransformationJobSummary
@Mutable
@NotThreadSafe
public static interface TransformationJobSummary.Builder
extends SdkPojo, CopyableBuilder<TransformationJobSummary.Builder,TransformationJobSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when the job completed.The unique identifier of the job.The name of the job.The current status of the job.jobStatus(TransformationJobStatus jobStatus) The current status of the job.sourceFormat(String sourceFormat) The source data format for this job.sourceFormat(SourceFormat sourceFormat) The source data format for this job.submitTime(Instant submitTime) The timestamp when the job was submitted.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
The unique identifier of the job.
- Parameters:
jobId- The unique identifier of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobStatus
The current status of the job.
- Parameters:
jobStatus- The current status of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobStatus
The current status of the job.
- Parameters:
jobStatus- The current status of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
submitTime
The timestamp when the job was submitted.
- Parameters:
submitTime- The timestamp when the job was submitted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobName
The name of the job.
- Parameters:
jobName- The name of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
The timestamp when the job completed.
- Parameters:
endTime- The timestamp when the job completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceFormat
The source data format for this job.
- Parameters:
sourceFormat- The source data format for this job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sourceFormat
The source data format for this job.
- Parameters:
sourceFormat- The source data format for this job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-