Interface F4vSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<F4vSettings.Builder,F4vSettings>,SdkBuilder<F4vSettings.Builder,F4vSettings>,SdkPojo
- Enclosing class:
- F4vSettings
public static interface F4vSettings.Builder extends SdkPojo, CopyableBuilder<F4vSettings.Builder,F4vSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description F4vSettings.BuildermoovPlacement(String moovPlacement)To place the MOOV atom at the beginning of your output, which is useful for progressive downloading: Leave blank or choose Progressive download.F4vSettings.BuildermoovPlacement(F4vMoovPlacement moovPlacement)To place the MOOV atom at the beginning of your output, which is useful for progressive downloading: Leave blank or choose Progressive download.-
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, sdkFields
-
-
-
-
Method Detail
-
moovPlacement
F4vSettings.Builder moovPlacement(String moovPlacement)
To place the MOOV atom at the beginning of your output, which is useful for progressive downloading: Leave blank or choose Progressive download. To place the MOOV at the end of your output: Choose Normal.- Parameters:
moovPlacement- To place the MOOV atom at the beginning of your output, which is useful for progressive downloading: Leave blank or choose Progressive download. To place the MOOV at the end of your output: Choose Normal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
F4vMoovPlacement,F4vMoovPlacement
-
moovPlacement
F4vSettings.Builder moovPlacement(F4vMoovPlacement moovPlacement)
To place the MOOV atom at the beginning of your output, which is useful for progressive downloading: Leave blank or choose Progressive download. To place the MOOV at the end of your output: Choose Normal.- Parameters:
moovPlacement- To place the MOOV atom at the beginning of your output, which is useful for progressive downloading: Leave blank or choose Progressive download. To place the MOOV at the end of your output: Choose Normal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
F4vMoovPlacement,F4vMoovPlacement
-
-