Class InputClippingSettings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.InputClippingSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InputClippingSettings.Builder,InputClippingSettings>
@Generated("software.amazon.awssdk:codegen") public final class InputClippingSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InputClippingSettings.Builder,InputClippingSettings>
Settings to let you create a clip of the file input, in order to set up the input to ingest only a portion of the file.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInputClippingSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InputClippingSettings.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InputTimecodeSourceinputTimecodeSource()The source of the timecodes in the source being clipped.StringinputTimecodeSourceAsString()The source of the timecodes in the source being clipped.List<SdkField<?>>sdkFields()static Class<? extends InputClippingSettings.Builder>serializableBuilderClass()StartTimecodestartTimecode()Settings to identify the start of the clip.StopTimecodestopTimecode()Settings to identify the end of the clip.InputClippingSettings.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
-
inputTimecodeSource
public final InputTimecodeSource inputTimecodeSource()
The source of the timecodes in the source being clipped.If the service returns an enum value that is not available in the current SDK version,
inputTimecodeSourcewill returnInputTimecodeSource.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominputTimecodeSourceAsString().- Returns:
- The source of the timecodes in the source being clipped.
- See Also:
InputTimecodeSource
-
inputTimecodeSourceAsString
public final String inputTimecodeSourceAsString()
The source of the timecodes in the source being clipped.If the service returns an enum value that is not available in the current SDK version,
inputTimecodeSourcewill returnInputTimecodeSource.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominputTimecodeSourceAsString().- Returns:
- The source of the timecodes in the source being clipped.
- See Also:
InputTimecodeSource
-
startTimecode
public final StartTimecode startTimecode()
Settings to identify the start of the clip.- Returns:
- Settings to identify the start of the clip.
-
stopTimecode
public final StopTimecode stopTimecode()
Settings to identify the end of the clip.- Returns:
- Settings to identify the end of the clip.
-
toBuilder
public InputClippingSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InputClippingSettings.Builder,InputClippingSettings>
-
builder
public static InputClippingSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends InputClippingSettings.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.
-
-