Interface VideoExtractionConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<VideoExtractionConfiguration.Builder,,VideoExtractionConfiguration> SdkBuilder<VideoExtractionConfiguration.Builder,,VideoExtractionConfiguration> SdkPojo
- Enclosing class:
VideoExtractionConfiguration
@Mutable
@NotThreadSafe
public static interface VideoExtractionConfiguration.Builder
extends SdkPojo, CopyableBuilder<VideoExtractionConfiguration.Builder,VideoExtractionConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionvideoExtractionStatus(String videoExtractionStatus) The status of video extraction.videoExtractionStatus(VideoExtractionStatus videoExtractionStatus) The status of video extraction.videoExtractionType(String videoExtractionType) The type of video extraction to perform.videoExtractionType(VideoExtractionType videoExtractionType) The type of video extraction to perform.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
-
videoExtractionStatus
The status of video extraction. Valid values are ENABLED and DISABLED.
- Parameters:
videoExtractionStatus- The status of video extraction. Valid values are ENABLED and DISABLED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
videoExtractionStatus
VideoExtractionConfiguration.Builder videoExtractionStatus(VideoExtractionStatus videoExtractionStatus) The status of video extraction. Valid values are ENABLED and DISABLED.
- Parameters:
videoExtractionStatus- The status of video extraction. Valid values are ENABLED and DISABLED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
videoExtractionType
The type of video extraction to perform.
- Parameters:
videoExtractionType- The type of video extraction to perform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
videoExtractionType
The type of video extraction to perform.
- Parameters:
videoExtractionType- The type of video extraction to perform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-