| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediatailor.model |
| Modifier and Type | Method and Description |
|---|---|
static Transition.Builder |
Transition.builder() |
Transition.Builder |
Transition.Builder.relativePosition(RelativePosition relativePosition)
The position where this program will be inserted relative to the RelativePosition.
|
Transition.Builder |
Transition.Builder.relativePosition(String relativePosition)
The position where this program will be inserted relative to the RelativePosition.
|
Transition.Builder |
Transition.Builder.relativeProgram(String relativeProgram)
The name of the program that this program will be inserted next to, as defined by RelativePosition.
|
Transition.Builder |
Transition.Builder.scheduledStartTimeMillis(Long scheduledStartTimeMillis)
The date and time that the program is scheduled to start, in epoch milliseconds.
|
Transition.Builder |
Transition.toBuilder() |
Transition.Builder |
Transition.Builder.type(String type)
Defines when the program plays in the schedule.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Transition.Builder> |
Transition.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ScheduleConfiguration.Builder |
ScheduleConfiguration.Builder.transition(Consumer<Transition.Builder> transition)
Program transition configurations.
|
Copyright © 2021. All rights reserved.