Uses of Interface
software.amazon.awssdk.services.medialive.model.MsSmoothOutputSettings.Builder
-
Packages that use MsSmoothOutputSettings.Builder Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of MsSmoothOutputSettings.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return MsSmoothOutputSettings.Builder Modifier and Type Method Description static MsSmoothOutputSettings.BuilderMsSmoothOutputSettings. builder()MsSmoothOutputSettings.BuilderMsSmoothOutputSettings.Builder. h265PackagingType(String h265PackagingType)Only applicable when this output is referencing an H.265 video description.MsSmoothOutputSettings.BuilderMsSmoothOutputSettings.Builder. h265PackagingType(MsSmoothH265PackagingType h265PackagingType)Only applicable when this output is referencing an H.265 video description.MsSmoothOutputSettings.BuilderMsSmoothOutputSettings.Builder. nameModifier(String nameModifier)String concatenated to the end of the destination filename.MsSmoothOutputSettings.BuilderMsSmoothOutputSettings. toBuilder()Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type MsSmoothOutputSettings.Builder Modifier and Type Method Description static Class<? extends MsSmoothOutputSettings.Builder>MsSmoothOutputSettings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type MsSmoothOutputSettings.Builder Modifier and Type Method Description default OutputSettings.BuilderOutputSettings.Builder. msSmoothOutputSettings(Consumer<MsSmoothOutputSettings.Builder> msSmoothOutputSettings)Sets the value of the MsSmoothOutputSettings property for this object.
-