Class F4vSettings
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconvert.model.F4vSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<F4vSettings.Builder,F4vSettings>
@Generated("software.amazon.awssdk:codegen") public final class F4vSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<F4vSettings.Builder,F4vSettings>
Settings for F4v container- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceF4vSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static F4vSettings.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()F4vMoovPlacementmoovPlacement()To place the MOOV atom at the beginning of your output, which is useful for progressive downloading: Leave blank or choose Progressive download.StringmoovPlacementAsString()To place the MOOV atom at the beginning of your output, which is useful for progressive downloading: Leave blank or choose Progressive download.List<SdkField<?>>sdkFields()static Class<? extends F4vSettings.Builder>serializableBuilderClass()F4vSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
moovPlacement
public final 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.If the service returns an enum value that is not available in the current SDK version,
moovPlacementwill returnF4vMoovPlacement.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommoovPlacementAsString().- Returns:
- 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.
- See Also:
F4vMoovPlacement
-
moovPlacementAsString
public final String moovPlacementAsString()
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.If the service returns an enum value that is not available in the current SDK version,
moovPlacementwill returnF4vMoovPlacement.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommoovPlacementAsString().- Returns:
- 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.
- See Also:
F4vMoovPlacement
-
toBuilder
public F4vSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<F4vSettings.Builder,F4vSettings>
-
builder
public static F4vSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends F4vSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-