Interface F4vSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<F4vSettings.Builder,
,F4vSettings> SdkBuilder<F4vSettings.Builder,
,F4vSettings> SdkPojo
- Enclosing class:
F4vSettings
@Mutable
@NotThreadSafe
public static interface F4vSettings.Builder
extends SdkPojo, CopyableBuilder<F4vSettings.Builder,F4vSettings>
-
Method Summary
Modifier and TypeMethodDescriptionmoovPlacement
(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.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.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 Details
-
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:
-
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:
-