Interface VideoSegmentationConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<VideoSegmentationConfiguration.Builder,,VideoSegmentationConfiguration> SdkBuilder<VideoSegmentationConfiguration.Builder,,VideoSegmentationConfiguration> SdkPojo
- Enclosing class:
VideoSegmentationConfiguration
@Mutable
@NotThreadSafe
public static interface VideoSegmentationConfiguration.Builder
extends SdkPojo, CopyableBuilder<VideoSegmentationConfiguration.Builder,VideoSegmentationConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionfixedLengthDuration(Integer fixedLengthDuration) The duration in seconds for each video segment.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
fixedLengthDuration
The duration in seconds for each video segment. Video files will be divided into chunks of this length for processing.
- Parameters:
fixedLengthDuration- The duration in seconds for each video segment. Video files will be divided into chunks of this length for processing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-