Class Transition
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<Transition.Builder,- Transition> 
Program transition configuration.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionstatic Transition.Builderbuilder()final LongThe duration of the live program in seconds.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final RelativePositionThe position where this program will be inserted relative to theRelativePosition.final StringThe position where this program will be inserted relative to theRelativePosition.final StringThe name of the program that this program will be inserted next to, as defined byRelativePosition.final LongThe date and time that the program is scheduled to start, in epoch milliseconds.static Class<? extends Transition.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final Stringtype()Defines when the program plays in the schedule.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
durationMillisThe duration of the live program in seconds. - Returns:
- The duration of the live program in seconds.
 
- 
relativePositionThe position where this program will be inserted relative to the RelativePosition.If the service returns an enum value that is not available in the current SDK version, relativePositionwill returnRelativePosition.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrelativePositionAsString().- Returns:
- The position where this program will be inserted relative to the RelativePosition.
- See Also:
 
- 
relativePositionAsStringThe position where this program will be inserted relative to the RelativePosition.If the service returns an enum value that is not available in the current SDK version, relativePositionwill returnRelativePosition.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrelativePositionAsString().- Returns:
- The position where this program will be inserted relative to the RelativePosition.
- See Also:
 
- 
relativeProgramThe name of the program that this program will be inserted next to, as defined by RelativePosition.- Returns:
- The name of the program that this program will be inserted next to, as defined by
         RelativePosition.
 
- 
scheduledStartTimeMillisThe date and time that the program is scheduled to start, in epoch milliseconds. - Returns:
- The date and time that the program is scheduled to start, in epoch milliseconds.
 
- 
typeDefines when the program plays in the schedule. You can set the value to ABSOLUTEorRELATIVE.ABSOLUTE- The program plays at a specific wall clock time. This setting can only be used for channels using theLINEARPlaybackMode.Note the following considerations when using ABSOLUTEtransitions:If the preceding program in the schedule has a duration that extends past the wall clock time, MediaTailor truncates the preceding program on a common segment boundary. If there are gaps in playback, MediaTailor plays the FillerSlateyou configured for your linear channel.RELATIVE- The program is inserted into the schedule either before or after a program that you specify viaRelativePosition.- Returns:
- Defines when the program plays in the schedule. You can set the value to ABSOLUTEorRELATIVE.ABSOLUTE- The program plays at a specific wall clock time. This setting can only be used for channels using theLINEARPlaybackMode.Note the following considerations when using ABSOLUTEtransitions:If the preceding program in the schedule has a duration that extends past the wall clock time, MediaTailor truncates the preceding program on a common segment boundary. If there are gaps in playback, MediaTailor plays the FillerSlateyou configured for your linear channel.RELATIVE- The program is inserted into the schedule either before or after a program that you specify viaRelativePosition.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<Transition.Builder,- Transition> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-