Interface FrameCaptureSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FrameCaptureSettings.Builder,
,FrameCaptureSettings> SdkBuilder<FrameCaptureSettings.Builder,
,FrameCaptureSettings> SdkPojo
- Enclosing class:
FrameCaptureSettings
@Mutable
@NotThreadSafe
public static interface FrameCaptureSettings.Builder
extends SdkPojo, CopyableBuilder<FrameCaptureSettings.Builder,FrameCaptureSettings>
-
Method Summary
Modifier and TypeMethodDescriptioncaptureInterval
(Integer captureInterval) The frequency at which to capture frames for inclusion in the output.captureIntervalUnits
(String captureIntervalUnits) Unit for the frame capture interval.captureIntervalUnits
(FrameCaptureIntervalUnit captureIntervalUnits) Unit for the frame capture interval.default FrameCaptureSettings.Builder
timecodeBurninSettings
(Consumer<TimecodeBurninSettings.Builder> timecodeBurninSettings) Timecode burn-in settings This is a convenience method that creates an instance of theTimecodeBurninSettings.Builder
avoiding the need to create one manually viaTimecodeBurninSettings.builder()
.timecodeBurninSettings
(TimecodeBurninSettings timecodeBurninSettings) Timecode burn-in settingsMethods 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 Details
-
captureInterval
The frequency at which to capture frames for inclusion in the output. May be specified in either seconds or milliseconds, as specified by captureIntervalUnits.- Parameters:
captureInterval
- The frequency at which to capture frames for inclusion in the output. May be specified in either seconds or milliseconds, as specified by captureIntervalUnits.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
captureIntervalUnits
Unit for the frame capture interval.- Parameters:
captureIntervalUnits
- Unit for the frame capture interval.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
captureIntervalUnits
Unit for the frame capture interval.- Parameters:
captureIntervalUnits
- Unit for the frame capture interval.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
timecodeBurninSettings
Timecode burn-in settings- Parameters:
timecodeBurninSettings
- Timecode burn-in settings- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timecodeBurninSettings
default FrameCaptureSettings.Builder timecodeBurninSettings(Consumer<TimecodeBurninSettings.Builder> timecodeBurninSettings) Timecode burn-in settings This is a convenience method that creates an instance of theTimecodeBurninSettings.Builder
avoiding the need to create one manually viaTimecodeBurninSettings.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totimecodeBurninSettings(TimecodeBurninSettings)
.- Parameters:
timecodeBurninSettings
- a consumer that will call methods onTimecodeBurninSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-