Interface TimeShiftConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TimeShiftConfiguration.Builder,TimeShiftConfiguration>,SdkBuilder<TimeShiftConfiguration.Builder,TimeShiftConfiguration>,SdkPojo
- Enclosing class:
- TimeShiftConfiguration
public static interface TimeShiftConfiguration.Builder extends SdkPojo, CopyableBuilder<TimeShiftConfiguration.Builder,TimeShiftConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimeShiftConfiguration.BuildermaxTimeDelaySeconds(Integer maxTimeDelaySeconds)The maximum time delay for time-shifted viewing.-
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
-
maxTimeDelaySeconds
TimeShiftConfiguration.Builder maxTimeDelaySeconds(Integer maxTimeDelaySeconds)
The maximum time delay for time-shifted viewing. The minimum allowed maximum time delay is 0 seconds, and the maximum allowed maximum time delay is 21600 seconds (6 hours).
- Parameters:
maxTimeDelaySeconds- The maximum time delay for time-shifted viewing. The minimum allowed maximum time delay is 0 seconds, and the maximum allowed maximum time delay is 21600 seconds (6 hours).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-