Interface MsSmoothOutputSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MsSmoothOutputSettings.Builder,MsSmoothOutputSettings>,SdkBuilder<MsSmoothOutputSettings.Builder,MsSmoothOutputSettings>,SdkPojo
- Enclosing class:
- MsSmoothOutputSettings
public static interface MsSmoothOutputSettings.Builder extends SdkPojo, CopyableBuilder<MsSmoothOutputSettings.Builder,MsSmoothOutputSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MsSmoothOutputSettings.Builderh265PackagingType(String h265PackagingType)Only applicable when this output is referencing an H.265 video description.MsSmoothOutputSettings.Builderh265PackagingType(MsSmoothH265PackagingType h265PackagingType)Only applicable when this output is referencing an H.265 video description.MsSmoothOutputSettings.BuildernameModifier(String nameModifier)String concatenated to the end of the destination filename.-
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
-
h265PackagingType
MsSmoothOutputSettings.Builder h265PackagingType(String h265PackagingType)
Only applicable when this output is referencing an H.265 video description. Specifies whether MP4 segments should be packaged as HEV1 or HVC1.- Parameters:
h265PackagingType- Only applicable when this output is referencing an H.265 video description. Specifies whether MP4 segments should be packaged as HEV1 or HVC1.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MsSmoothH265PackagingType,MsSmoothH265PackagingType
-
h265PackagingType
MsSmoothOutputSettings.Builder h265PackagingType(MsSmoothH265PackagingType h265PackagingType)
Only applicable when this output is referencing an H.265 video description. Specifies whether MP4 segments should be packaged as HEV1 or HVC1.- Parameters:
h265PackagingType- Only applicable when this output is referencing an H.265 video description. Specifies whether MP4 segments should be packaged as HEV1 or HVC1.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MsSmoothH265PackagingType,MsSmoothH265PackagingType
-
nameModifier
MsSmoothOutputSettings.Builder nameModifier(String nameModifier)
String concatenated to the end of the destination filename. Required for multiple outputs of the same type.- Parameters:
nameModifier- String concatenated to the end of the destination filename. Required for multiple outputs of the same type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-