Interface Timing.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Timing.Builder,
,Timing> SdkBuilder<Timing.Builder,
,Timing> SdkPojo
- Enclosing class:
Timing
-
Method Summary
Modifier and TypeMethodDescriptionfinishTime
(Instant finishTime) The time, in Unix epoch format, that the transcoding job finishedThe time, in Unix epoch format, that transcoding for the job began.submitTime
(Instant submitTime) The time, in Unix epoch format, that you submitted the 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
-
finishTime
The time, in Unix epoch format, that the transcoding job finished- Parameters:
finishTime
- The time, in Unix epoch format, that the transcoding job finished- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
The time, in Unix epoch format, that transcoding for the job began.- Parameters:
startTime
- The time, in Unix epoch format, that transcoding for the job began.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
submitTime
The time, in Unix epoch format, that you submitted the job.- Parameters:
submitTime
- The time, in Unix epoch format, that you submitted the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-