Interface PipelineLockingSettings.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PipelineLockingSettings.Builder,,PipelineLockingSettings> SdkBuilder<PipelineLockingSettings.Builder,,PipelineLockingSettings> SdkPojo
- Enclosing class:
PipelineLockingSettings
@Mutable
@NotThreadSafe
public static interface PipelineLockingSettings.Builder
extends SdkPojo, CopyableBuilder<PipelineLockingSettings.Builder,PipelineLockingSettings>
-
Method Summary
Modifier and TypeMethodDescriptionpipelineLockingMethod(String pipelineLockingMethod) The method to use to lock the video frames in the pipelines.pipelineLockingMethod(PipelineLockingMethod pipelineLockingMethod) The method to use to lock the video frames in the pipelines.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
-
pipelineLockingMethod
The method to use to lock the video frames in the pipelines. sourceTimecode (default): Use the timecode in the source. videoAlignment: Lock frames that the encoder identifies as having matching content. If videoAlignment is selected, existing timecodes will not be used for any locking decisions.- Parameters:
pipelineLockingMethod- The method to use to lock the video frames in the pipelines. sourceTimecode (default): Use the timecode in the source. videoAlignment: Lock frames that the encoder identifies as having matching content. If videoAlignment is selected, existing timecodes will not be used for any locking decisions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
pipelineLockingMethod
The method to use to lock the video frames in the pipelines. sourceTimecode (default): Use the timecode in the source. videoAlignment: Lock frames that the encoder identifies as having matching content. If videoAlignment is selected, existing timecodes will not be used for any locking decisions.- Parameters:
pipelineLockingMethod- The method to use to lock the video frames in the pipelines. sourceTimecode (default): Use the timecode in the source. videoAlignment: Lock frames that the encoder identifies as having matching content. If videoAlignment is selected, existing timecodes will not be used for any locking decisions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-