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
Modifier and TypeMethodDescriptionEnables the thumbnail feature.state
(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, sdkFields
-
Method Details
-
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:
-
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:
-