Interface CmafIngestGroupSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CmafIngestGroupSettings.Builder,CmafIngestGroupSettings>,SdkBuilder<CmafIngestGroupSettings.Builder,CmafIngestGroupSettings>,SdkPojo
- Enclosing class:
- CmafIngestGroupSettings
public static interface CmafIngestGroupSettings.Builder extends SdkPojo, CopyableBuilder<CmafIngestGroupSettings.Builder,CmafIngestGroupSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CmafIngestGroupSettings.Builderdestination(Consumer<OutputLocationRef.Builder> destination)A HTTP destination for the tracks This is a convenience method that creates an instance of theOutputLocationRef.Builderavoiding the need to create one manually viaOutputLocationRef.builder().CmafIngestGroupSettings.Builderdestination(OutputLocationRef destination)A HTTP destination for the tracksCmafIngestGroupSettings.BuilderklvBehavior(String klvBehavior)If set to passthrough, passes any KLV data from the input source to this output.CmafIngestGroupSettings.BuilderklvBehavior(CmafKLVBehavior klvBehavior)If set to passthrough, passes any KLV data from the input source to this output.CmafIngestGroupSettings.BuilderklvNameModifier(String klvNameModifier)Change the modifier that MediaLive automatically adds to the Streams() name that identifies a KLV track.CmafIngestGroupSettings.BuildernielsenId3Behavior(String nielsenId3Behavior)If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.CmafIngestGroupSettings.BuildernielsenId3Behavior(CmafNielsenId3Behavior nielsenId3Behavior)If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.CmafIngestGroupSettings.BuildernielsenId3NameModifier(String nielsenId3NameModifier)Change the modifier that MediaLive automatically adds to the Streams() name that identifies a Nielsen ID3 track.CmafIngestGroupSettings.Builderscte35NameModifier(String scte35NameModifier)Change the modifier that MediaLive automatically adds to the Streams() name for a SCTE 35 track.CmafIngestGroupSettings.Builderscte35Type(String scte35Type)Type of scte35 track to add.CmafIngestGroupSettings.Builderscte35Type(Scte35Type scte35Type)Type of scte35 track to add.CmafIngestGroupSettings.BuildersegmentLength(Integer segmentLength)The nominal duration of segments.CmafIngestGroupSettings.BuildersegmentLengthUnits(String segmentLengthUnits)Time unit for segment length parameter.CmafIngestGroupSettings.BuildersegmentLengthUnits(CmafIngestSegmentLengthUnits segmentLengthUnits)Time unit for segment length parameter.CmafIngestGroupSettings.BuildersendDelayMs(Integer sendDelayMs)Number of milliseconds to delay the output from the second pipeline.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
destination
CmafIngestGroupSettings.Builder destination(OutputLocationRef destination)
A HTTP destination for the tracks- Parameters:
destination- A HTTP destination for the tracks- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destination
default CmafIngestGroupSettings.Builder destination(Consumer<OutputLocationRef.Builder> destination)
A HTTP destination for the tracks This is a convenience method that creates an instance of theOutputLocationRef.Builderavoiding the need to create one manually viaOutputLocationRef.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todestination(OutputLocationRef).- Parameters:
destination- a consumer that will call methods onOutputLocationRef.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
destination(OutputLocationRef)
-
nielsenId3Behavior
CmafIngestGroupSettings.Builder nielsenId3Behavior(String nielsenId3Behavior)
If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.- Parameters:
nielsenId3Behavior- If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CmafNielsenId3Behavior,CmafNielsenId3Behavior
-
nielsenId3Behavior
CmafIngestGroupSettings.Builder nielsenId3Behavior(CmafNielsenId3Behavior nielsenId3Behavior)
If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.- Parameters:
nielsenId3Behavior- If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CmafNielsenId3Behavior,CmafNielsenId3Behavior
-
scte35Type
CmafIngestGroupSettings.Builder scte35Type(String scte35Type)
Type of scte35 track to add. none or scte35WithoutSegmentation- Parameters:
scte35Type- Type of scte35 track to add. none or scte35WithoutSegmentation- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Scte35Type,Scte35Type
-
scte35Type
CmafIngestGroupSettings.Builder scte35Type(Scte35Type scte35Type)
Type of scte35 track to add. none or scte35WithoutSegmentation- Parameters:
scte35Type- Type of scte35 track to add. none or scte35WithoutSegmentation- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Scte35Type,Scte35Type
-
segmentLength
CmafIngestGroupSettings.Builder segmentLength(Integer segmentLength)
The nominal duration of segments. The units are specified in SegmentLengthUnits. The segments will end on the next keyframe after the specified duration, so the actual segment length might be longer, and it might be a fraction of the units.- Parameters:
segmentLength- The nominal duration of segments. The units are specified in SegmentLengthUnits. The segments will end on the next keyframe after the specified duration, so the actual segment length might be longer, and it might be a fraction of the units.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
segmentLengthUnits
CmafIngestGroupSettings.Builder segmentLengthUnits(String segmentLengthUnits)
Time unit for segment length parameter.- Parameters:
segmentLengthUnits- Time unit for segment length parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CmafIngestSegmentLengthUnits,CmafIngestSegmentLengthUnits
-
segmentLengthUnits
CmafIngestGroupSettings.Builder segmentLengthUnits(CmafIngestSegmentLengthUnits segmentLengthUnits)
Time unit for segment length parameter.- Parameters:
segmentLengthUnits- Time unit for segment length parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CmafIngestSegmentLengthUnits,CmafIngestSegmentLengthUnits
-
sendDelayMs
CmafIngestGroupSettings.Builder sendDelayMs(Integer sendDelayMs)
Number of milliseconds to delay the output from the second pipeline.- Parameters:
sendDelayMs- Number of milliseconds to delay the output from the second pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
klvBehavior
CmafIngestGroupSettings.Builder klvBehavior(String klvBehavior)
If set to passthrough, passes any KLV data from the input source to this output.- Parameters:
klvBehavior- If set to passthrough, passes any KLV data from the input source to this output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CmafKLVBehavior,CmafKLVBehavior
-
klvBehavior
CmafIngestGroupSettings.Builder klvBehavior(CmafKLVBehavior klvBehavior)
If set to passthrough, passes any KLV data from the input source to this output.- Parameters:
klvBehavior- If set to passthrough, passes any KLV data from the input source to this output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CmafKLVBehavior,CmafKLVBehavior
-
klvNameModifier
CmafIngestGroupSettings.Builder klvNameModifier(String klvNameModifier)
Change the modifier that MediaLive automatically adds to the Streams() name that identifies a KLV track. The default is "klv", which means the default name will be Streams(klv.cmfm). Any string you enter here will replace the "klv" string.\nThe modifier can only contain: numbers, letters, plus (+), minus (-), underscore (_) and period (.) and has a maximum length of 100 characters.- Parameters:
klvNameModifier- Change the modifier that MediaLive automatically adds to the Streams() name that identifies a KLV track. The default is "klv", which means the default name will be Streams(klv.cmfm). Any string you enter here will replace the "klv" string.\nThe modifier can only contain: numbers, letters, plus (+), minus (-), underscore (_) and period (.) and has a maximum length of 100 characters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nielsenId3NameModifier
CmafIngestGroupSettings.Builder nielsenId3NameModifier(String nielsenId3NameModifier)
Change the modifier that MediaLive automatically adds to the Streams() name that identifies a Nielsen ID3 track. The default is "nid3", which means the default name will be Streams(nid3.cmfm). Any string you enter here will replace the "nid3" string.\nThe modifier can only contain: numbers, letters, plus (+), minus (-), underscore (_) and period (.) and has a maximum length of 100 characters.- Parameters:
nielsenId3NameModifier- Change the modifier that MediaLive automatically adds to the Streams() name that identifies a Nielsen ID3 track. The default is "nid3", which means the default name will be Streams(nid3.cmfm). Any string you enter here will replace the "nid3" string.\nThe modifier can only contain: numbers, letters, plus (+), minus (-), underscore (_) and period (.) and has a maximum length of 100 characters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scte35NameModifier
CmafIngestGroupSettings.Builder scte35NameModifier(String scte35NameModifier)
Change the modifier that MediaLive automatically adds to the Streams() name for a SCTE 35 track. The default is "scte", which means the default name will be Streams(scte.cmfm). Any string you enter here will replace the "scte" string.\nThe modifier can only contain: numbers, letters, plus (+), minus (-), underscore (_) and period (.) and has a maximum length of 100 characters.- Parameters:
scte35NameModifier- Change the modifier that MediaLive automatically adds to the Streams() name for a SCTE 35 track. The default is "scte", which means the default name will be Streams(scte.cmfm). Any string you enter here will replace the "scte" string.\nThe modifier can only contain: numbers, letters, plus (+), minus (-), underscore (_) and period (.) and has a maximum length of 100 characters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-