Uses of Interface
software.amazon.awssdk.services.mediatailor.model.TimeShiftConfiguration.Builder
-
Packages that use TimeShiftConfiguration.Builder Package Description software.amazon.awssdk.services.mediatailor.model -
-
Uses of TimeShiftConfiguration.Builder in software.amazon.awssdk.services.mediatailor.model
Methods in software.amazon.awssdk.services.mediatailor.model that return TimeShiftConfiguration.Builder Modifier and Type Method Description static TimeShiftConfiguration.BuilderTimeShiftConfiguration. builder()TimeShiftConfiguration.BuilderTimeShiftConfiguration.Builder. maxTimeDelaySeconds(Integer maxTimeDelaySeconds)The maximum time delay for time-shifted viewing.TimeShiftConfiguration.BuilderTimeShiftConfiguration. toBuilder()Methods in software.amazon.awssdk.services.mediatailor.model that return types with arguments of type TimeShiftConfiguration.Builder Modifier and Type Method Description static Class<? extends TimeShiftConfiguration.Builder>TimeShiftConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mediatailor.model with type arguments of type TimeShiftConfiguration.Builder Modifier and Type Method Description default CreateChannelRequest.BuilderCreateChannelRequest.Builder. timeShiftConfiguration(Consumer<TimeShiftConfiguration.Builder> timeShiftConfiguration)The time-shifted viewing configuration you want to associate to the channel.default CreateChannelResponse.BuilderCreateChannelResponse.Builder. timeShiftConfiguration(Consumer<TimeShiftConfiguration.Builder> timeShiftConfiguration)The time-shifted viewing configuration assigned to the channel.default DescribeChannelResponse.BuilderDescribeChannelResponse.Builder. timeShiftConfiguration(Consumer<TimeShiftConfiguration.Builder> timeShiftConfiguration)The time-shifted viewing configuration for the channel.default UpdateChannelRequest.BuilderUpdateChannelRequest.Builder. timeShiftConfiguration(Consumer<TimeShiftConfiguration.Builder> timeShiftConfiguration)The time-shifted viewing configuration you want to associate to the channel.default UpdateChannelResponse.BuilderUpdateChannelResponse.Builder. timeShiftConfiguration(Consumer<TimeShiftConfiguration.Builder> timeShiftConfiguration)The time-shifted viewing configuration for the channel.
-