Interface ThumbnailConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ThumbnailConfiguration.Builder,ThumbnailConfiguration>,SdkBuilder<ThumbnailConfiguration.Builder,ThumbnailConfiguration>,SdkPojo
- Enclosing class:
- ThumbnailConfiguration
public static interface ThumbnailConfiguration.Builder extends SdkPojo, CopyableBuilder<ThumbnailConfiguration.Builder,ThumbnailConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThumbnailConfiguration.Builderstate(String state)Enables the thumbnail feature.ThumbnailConfiguration.Builderstate(ThumbnailState state)Enables the thumbnail feature.-
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 Detail
-
state
ThumbnailConfiguration.Builder state(String 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ThumbnailState,ThumbnailState
-
state
ThumbnailConfiguration.Builder state(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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ThumbnailState,ThumbnailState
-
-