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
Modifier and TypeMethodDescriptionmaxTimeDelaySeconds(Integer maxTimeDelaySeconds) The maximum time delay for time-shifted viewing.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
- 
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.
 
 
 -