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
Modifier and TypeMethodDescriptionh265PackagingType(String h265PackagingType) Only applicable when this output is referencing an H.265 video description.h265PackagingType(MsSmoothH265PackagingType h265PackagingType) Only applicable when this output is referencing an H.265 video description.nameModifier(String nameModifier) String concatenated to the end of the destination filename.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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:
 
 - 
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:
 
 - 
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.
 
 
 -