| Package | Description |
|---|---|
| com.amazonaws.services.mediatailor.model |
| Modifier and Type | Method and Description |
|---|---|
Transition |
Transition.clone() |
Transition |
ScheduleConfiguration.getTransition()
Program transition configurations.
|
Transition |
Transition.withDurationMillis(Long durationMillis)
The duration of the live program in seconds.
|
Transition |
Transition.withRelativePosition(RelativePosition relativePosition)
The position where this program will be inserted relative to the
RelativePosition. |
Transition |
Transition.withRelativePosition(String relativePosition)
The position where this program will be inserted relative to the
RelativePosition. |
Transition |
Transition.withRelativeProgram(String relativeProgram)
The name of the program that this program will be inserted next to, as defined by
RelativePosition. |
Transition |
Transition.withScheduledStartTimeMillis(Long scheduledStartTimeMillis)
The date and time that the program is scheduled to start, in epoch milliseconds.
|
Transition |
Transition.withType(String type)
Defines when the program plays in the schedule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScheduleConfiguration.setTransition(Transition transition)
Program transition configurations.
|
ScheduleConfiguration |
ScheduleConfiguration.withTransition(Transition transition)
Program transition configurations.
|
Copyright © 2023. All rights reserved.