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:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
final boolean
final boolean
equalsBySdkFields
(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 int
hashCode()
Action to insert ID3 metadata in every segment, in HLS output groupsAction to insert ID3 metadata once, in HLS output groupsAction to insert ID3 metadata in every segment, in applicable output groupsAction to prepare an input for a future immediate input switchAction to switch the inputAction to activate a motion graphics image overlayAction to deactivate a motion graphics image overlayAction to pause or unpause one or both channel pipelinesAction to specify scte35 inputAction to insert SCTE-35 return_to_network messageAction to insert SCTE-35 splice_insert messageAction to insert SCTE-35 time_signal messagestatic Class
<? extends ScheduleActionSettings.Builder> Action to activate a static image overlayAction to deactivate a static image overlayAction to activate a static image overlay in one or more specified outputsAction to deactivate a static image overlay in one or more specified outputsAction to insert ID3 metadata once, in applicable output groupsTake this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
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
Action to insert ID3 metadata once, in HLS output groups- Returns:
- Action to insert ID3 metadata once, in HLS output groups
-
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
Action to switch the input- Returns:
- Action to switch the input
-
motionGraphicsImageActivateSettings
Action to activate a motion graphics image overlay- Returns:
- Action to activate a motion graphics image overlay
-
motionGraphicsImageDeactivateSettings
Action to deactivate a motion graphics image overlay- Returns:
- Action to deactivate a motion graphics image overlay
-
pauseStateSettings
Action to pause or unpause one or both channel pipelines- Returns:
- Action to pause or unpause one or both channel pipelines
-
scte35InputSettings
Action to specify scte35 input- Returns:
- Action to specify scte35 input
-
scte35ReturnToNetworkSettings
Action to insert SCTE-35 return_to_network message- Returns:
- Action to insert SCTE-35 return_to_network message
-
scte35SpliceInsertSettings
Action to insert SCTE-35 splice_insert message- Returns:
- Action to insert SCTE-35 splice_insert message
-
scte35TimeSignalSettings
Action to insert SCTE-35 time_signal message- Returns:
- Action to insert SCTE-35 time_signal message
-
staticImageActivateSettings
Action to activate a static image overlay- Returns:
- Action to activate a static image overlay
-
staticImageDeactivateSettings
Action to deactivate a static image overlay- Returns:
- Action to deactivate a static image overlay
-
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
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
Action to insert ID3 metadata once, in applicable output groups- Returns:
- Action to insert ID3 metadata once, in applicable output groups
-
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 interfaceToCopyableBuilder<ScheduleActionSettings.Builder,
ScheduleActionSettings> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
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 anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- 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:
sdkFieldNameToField
in interfaceSdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
-