Interface InputVideoGenerator.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InputVideoGenerator.Builder,InputVideoGenerator>,SdkBuilder<InputVideoGenerator.Builder,InputVideoGenerator>,SdkPojo
- Enclosing class:
- InputVideoGenerator
public static interface InputVideoGenerator.Builder extends SdkPojo, CopyableBuilder<InputVideoGenerator.Builder,InputVideoGenerator>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputVideoGenerator.Builderduration(Integer duration)Specify an integer value for Black video duration from 50 to 86400000 to generate a black video input for that many milliseconds.-
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 Detail
-
duration
InputVideoGenerator.Builder duration(Integer duration)
Specify an integer value for Black video duration from 50 to 86400000 to generate a black video input for that many milliseconds. Required when you include Video generator.- Parameters:
duration- Specify an integer value for Black video duration from 50 to 86400000 to generate a black video input for that many milliseconds. Required when you include Video generator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-