Class InputLossBehavior
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.InputLossBehavior
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InputLossBehavior.Builder,InputLossBehavior>
@Generated("software.amazon.awssdk:codegen") public final class InputLossBehavior extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InputLossBehavior.Builder,InputLossBehavior>
Input Loss Behavior- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInputLossBehavior.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegerblackFrameMsec()Documentation update neededstatic InputLossBehavior.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinputLossImageColor()When input loss image type is "color" this field specifies the color to use.InputLocationinputLossImageSlate()When input loss image type is "slate" these fields specify the parameters for accessing the slate.InputLossImageTypeinputLossImageType()Indicates whether to substitute a solid color or a slate into the output after input loss exceeds blackFrameMsec.StringinputLossImageTypeAsString()Indicates whether to substitute a solid color or a slate into the output after input loss exceeds blackFrameMsec.IntegerrepeatFrameMsec()Documentation update neededMap<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends InputLossBehavior.Builder>serializableBuilderClass()InputLossBehavior.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
-
blackFrameMsec
public final Integer blackFrameMsec()
Documentation update needed- Returns:
- Documentation update needed
-
inputLossImageColor
public final String inputLossImageColor()
When input loss image type is "color" this field specifies the color to use. Value: 6 hex characters representing the values of RGB.- Returns:
- When input loss image type is "color" this field specifies the color to use. Value: 6 hex characters representing the values of RGB.
-
inputLossImageSlate
public final InputLocation inputLossImageSlate()
When input loss image type is "slate" these fields specify the parameters for accessing the slate.- Returns:
- When input loss image type is "slate" these fields specify the parameters for accessing the slate.
-
inputLossImageType
public final InputLossImageType inputLossImageType()
Indicates whether to substitute a solid color or a slate into the output after input loss exceeds blackFrameMsec.If the service returns an enum value that is not available in the current SDK version,
inputLossImageTypewill returnInputLossImageType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominputLossImageTypeAsString().- Returns:
- Indicates whether to substitute a solid color or a slate into the output after input loss exceeds blackFrameMsec.
- See Also:
InputLossImageType
-
inputLossImageTypeAsString
public final String inputLossImageTypeAsString()
Indicates whether to substitute a solid color or a slate into the output after input loss exceeds blackFrameMsec.If the service returns an enum value that is not available in the current SDK version,
inputLossImageTypewill returnInputLossImageType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominputLossImageTypeAsString().- Returns:
- Indicates whether to substitute a solid color or a slate into the output after input loss exceeds blackFrameMsec.
- See Also:
InputLossImageType
-
repeatFrameMsec
public final Integer repeatFrameMsec()
Documentation update needed- Returns:
- Documentation update needed
-
toBuilder
public InputLossBehavior.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InputLossBehavior.Builder,InputLossBehavior>
-
builder
public static InputLossBehavior.Builder builder()
-
serializableBuilderClass
public static Class<? extends InputLossBehavior.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-