Interface Timing.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<Timing.Builder,Timing>
,SdkBuilder<Timing.Builder,Timing>
,SdkPojo
- Enclosing class:
- Timing
public static interface Timing.Builder extends SdkPojo, CopyableBuilder<Timing.Builder,Timing>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Timing.Builder
finishTime(Instant finishTime)
The time, in Unix epoch format, that the transcoding job finishedTiming.Builder
startTime(Instant startTime)
The time, in Unix epoch format, that transcoding for the job began.Timing.Builder
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
finishTime
Timing.Builder finishTime(Instant 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
Timing.Builder startTime(Instant 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
Timing.Builder submitTime(Instant 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.
-
-