CopyableBuilder<Timing.Builder,Timing>, SdkBuilder<Timing.Builder,Timing>public static interface Timing.Builder extends CopyableBuilder<Timing.Builder,Timing>
| Modifier and Type | Method | Description |
|---|---|---|
Timing.Builder |
finishTimeMillis(Long finishTimeMillis) |
The time the job finished transcoding, in epoch milliseconds.
|
Timing.Builder |
startTimeMillis(Long startTimeMillis) |
The time the job began transcoding, in epoch milliseconds.
|
Timing.Builder |
submitTimeMillis(Long submitTimeMillis) |
The time the job was submitted to Elastic Transcoder, in epoch milliseconds.
|
copyapply, buildTiming.Builder submitTimeMillis(Long submitTimeMillis)
The time the job was submitted to Elastic Transcoder, in epoch milliseconds.
submitTimeMillis - The time the job was submitted to Elastic Transcoder, in epoch milliseconds.Timing.Builder startTimeMillis(Long startTimeMillis)
The time the job began transcoding, in epoch milliseconds.
startTimeMillis - The time the job began transcoding, in epoch milliseconds.Timing.Builder finishTimeMillis(Long finishTimeMillis)
The time the job finished transcoding, in epoch milliseconds.
finishTimeMillis - The time the job finished transcoding, in epoch milliseconds.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.