Class ThumbnailConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.ThumbnailConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ThumbnailConfiguration.Builder,ThumbnailConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class ThumbnailConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ThumbnailConfiguration.Builder,ThumbnailConfiguration>
Thumbnail Configuration- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceThumbnailConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ThumbnailConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ThumbnailConfiguration.Builder>serializableBuilderClass()ThumbnailStatestate()Enables the thumbnail feature.StringstateAsString()Enables the thumbnail feature.ThumbnailConfiguration.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
-
state
public final ThumbnailState state()
Enables the thumbnail feature. The feature generates thumbnails of the incoming video in each pipeline in the channel. AUTO turns the feature on, DISABLE turns the feature off.If the service returns an enum value that is not available in the current SDK version,
statewill returnThumbnailState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- Enables the thumbnail feature. The feature generates thumbnails of the incoming video in each pipeline in the channel. AUTO turns the feature on, DISABLE turns the feature off.
- See Also:
ThumbnailState
-
stateAsString
public final String stateAsString()
Enables the thumbnail feature. The feature generates thumbnails of the incoming video in each pipeline in the channel. AUTO turns the feature on, DISABLE turns the feature off.If the service returns an enum value that is not available in the current SDK version,
statewill returnThumbnailState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- Enables the thumbnail feature. The feature generates thumbnails of the incoming video in each pipeline in the channel. AUTO turns the feature on, DISABLE turns the feature off.
- See Also:
ThumbnailState
-
toBuilder
public ThumbnailConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ThumbnailConfiguration.Builder,ThumbnailConfiguration>
-
builder
public static ThumbnailConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends ThumbnailConfiguration.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.
-
-