Class ScheduleActionSettings

java.lang.Object
software.amazon.awssdk.services.medialive.model.ScheduleActionSettings
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<ScheduleActionSettings.Builder,ScheduleActionSettings>

@Generated("software.amazon.awssdk:codegen") public final class ScheduleActionSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ScheduleActionSettings.Builder,ScheduleActionSettings>
Holds the settings for a single schedule action.
See Also:
  • Method Details

    • hlsId3SegmentTaggingSettings

      public final HlsId3SegmentTaggingScheduleActionSettings hlsId3SegmentTaggingSettings()
      Action to insert ID3 metadata in every segment, in HLS output groups
      Returns:
      Action to insert ID3 metadata in every segment, in HLS output groups
    • hlsTimedMetadataSettings

      public final HlsTimedMetadataScheduleActionSettings hlsTimedMetadataSettings()
      Action to insert ID3 metadata once, in HLS output groups
      Returns:
      Action to insert ID3 metadata once, in HLS output groups
    • inputPrepareSettings

      public final InputPrepareScheduleActionSettings inputPrepareSettings()
      Action to prepare an input for a future immediate input switch
      Returns:
      Action to prepare an input for a future immediate input switch
    • inputSwitchSettings

      public final InputSwitchScheduleActionSettings inputSwitchSettings()
      Action to switch the input
      Returns:
      Action to switch the input
    • motionGraphicsImageActivateSettings

      public final MotionGraphicsActivateScheduleActionSettings motionGraphicsImageActivateSettings()
      Action to activate a motion graphics image overlay
      Returns:
      Action to activate a motion graphics image overlay
    • motionGraphicsImageDeactivateSettings

      public final MotionGraphicsDeactivateScheduleActionSettings motionGraphicsImageDeactivateSettings()
      Action to deactivate a motion graphics image overlay
      Returns:
      Action to deactivate a motion graphics image overlay
    • pauseStateSettings

      public final PauseStateScheduleActionSettings pauseStateSettings()
      Action to pause or unpause one or both channel pipelines
      Returns:
      Action to pause or unpause one or both channel pipelines
    • scte35InputSettings

      public final Scte35InputScheduleActionSettings scte35InputSettings()
      Action to specify scte35 input
      Returns:
      Action to specify scte35 input
    • scte35ReturnToNetworkSettings

      public final Scte35ReturnToNetworkScheduleActionSettings scte35ReturnToNetworkSettings()
      Action to insert SCTE-35 return_to_network message
      Returns:
      Action to insert SCTE-35 return_to_network message
    • scte35SpliceInsertSettings

      public final Scte35SpliceInsertScheduleActionSettings scte35SpliceInsertSettings()
      Action to insert SCTE-35 splice_insert message
      Returns:
      Action to insert SCTE-35 splice_insert message
    • scte35TimeSignalSettings

      public final Scte35TimeSignalScheduleActionSettings scte35TimeSignalSettings()
      Action to insert SCTE-35 time_signal message
      Returns:
      Action to insert SCTE-35 time_signal message
    • staticImageActivateSettings

      public final StaticImageActivateScheduleActionSettings staticImageActivateSettings()
      Action to activate a static image overlay
      Returns:
      Action to activate a static image overlay
    • staticImageDeactivateSettings

      public final StaticImageDeactivateScheduleActionSettings staticImageDeactivateSettings()
      Action to deactivate a static image overlay
      Returns:
      Action to deactivate a static image overlay
    • staticImageOutputActivateSettings

      public final StaticImageOutputActivateScheduleActionSettings staticImageOutputActivateSettings()
      Action to activate a static image overlay in one or more specified outputs
      Returns:
      Action to activate a static image overlay in one or more specified outputs
    • staticImageOutputDeactivateSettings

      public final StaticImageOutputDeactivateScheduleActionSettings staticImageOutputDeactivateSettings()
      Action to deactivate a static image overlay in one or more specified outputs
      Returns:
      Action to deactivate a static image overlay in one or more specified outputs
    • id3SegmentTaggingSettings

      public final Id3SegmentTaggingScheduleActionSettings id3SegmentTaggingSettings()
      Action to insert ID3 metadata in every segment, in applicable output groups
      Returns:
      Action to insert ID3 metadata in every segment, in applicable output groups
    • timedMetadataSettings

      public final TimedMetadataScheduleActionSettings timedMetadataSettings()
      Action to insert ID3 metadata once, in applicable output groups
      Returns:
      Action to insert ID3 metadata once, in applicable output groups
    • toBuilder

      public ScheduleActionSettings.Builder toBuilder()
      Description copied from interface: ToCopyableBuilder
      Take this object and create a builder that contains all of the current property values of this object.
      Specified by:
      toBuilder in interface ToCopyableBuilder<ScheduleActionSettings.Builder,ScheduleActionSettings>
      Returns:
      a builder for type T
    • builder

      public static ScheduleActionSettings.Builder builder()
    • serializableBuilderClass

      public static Class<? extends ScheduleActionSettings.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Description copied from interface: SdkPojo
      Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in an SdkPojo class, and is generated based on a service model.

      If an SdkPojo class does not have any inherited fields, equalsBySdkFields and equals are essentially the same.

      Specified by:
      equalsBySdkFields in 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

      public final String toString()
      Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
      Returns:
      List of SdkField in this POJO. May be empty list but should never be null.
    • sdkFieldNameToField

      public final Map<String,SdkField<?>> sdkFieldNameToField()
      Specified by:
      sdkFieldNameToField in interface SdkPojo
      Returns:
      The mapping between the field name and its corresponding field.