Interface AncillarySourceSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AncillarySourceSettings.Builder,AncillarySourceSettings>,SdkBuilder<AncillarySourceSettings.Builder,AncillarySourceSettings>,SdkPojo
- Enclosing class:
- AncillarySourceSettings
public static interface AncillarySourceSettings.Builder extends SdkPojo, CopyableBuilder<AncillarySourceSettings.Builder,AncillarySourceSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AncillarySourceSettings.BuildersourceAncillaryChannelNumber(Integer sourceAncillaryChannelNumber)Specifies the number (1 to 4) of the captions channel you want to extract from the ancillary captions.-
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
-
sourceAncillaryChannelNumber
AncillarySourceSettings.Builder sourceAncillaryChannelNumber(Integer sourceAncillaryChannelNumber)
Specifies the number (1 to 4) of the captions channel you want to extract from the ancillary captions. If you plan to convert the ancillary captions to another format, complete this field. If you plan to choose Embedded as the captions destination in the output (to pass through all the channels in the ancillary captions), leave this field blank because MediaLive ignores the field.- Parameters:
sourceAncillaryChannelNumber- Specifies the number (1 to 4) of the captions channel you want to extract from the ancillary captions. If you plan to convert the ancillary captions to another format, complete this field. If you plan to choose Embedded as the captions destination in the output (to pass through all the channels in the ancillary captions), leave this field blank because MediaLive ignores the field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-