Interface AbWatermarkingCustomProfile.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AbWatermarkingCustomProfile.Builder,,AbWatermarkingCustomProfile> SdkBuilder<AbWatermarkingCustomProfile.Builder,,AbWatermarkingCustomProfile> SdkPojo
- Enclosing class:
AbWatermarkingCustomProfile
@Mutable
@NotThreadSafe
public static interface AbWatermarkingCustomProfile.Builder
extends SdkPojo, CopyableBuilder<AbWatermarkingCustomProfile.Builder,AbWatermarkingCustomProfile>
-
Method Summary
Modifier and TypeMethodDescriptionembeddingFrequency(Double embeddingFrequency) The frequency with which watermarks will be embedded, in milliseconds.The number of frames after scene-cut to embed the watermark.targetPsnr(Double targetPsnr) The target PSNR of the watermarked frameMethods 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
-
embeddingFrequency
The frequency with which watermarks will be embedded, in milliseconds.- Parameters:
embeddingFrequency- The frequency with which watermarks will be embedded, in milliseconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sceneCut
The number of frames after scene-cut to embed the watermark.- Parameters:
sceneCut- The number of frames after scene-cut to embed the watermark.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetPsnr
The target PSNR of the watermarked frame- Parameters:
targetPsnr- The target PSNR of the watermarked frame- Returns:
- Returns a reference to this object so that method calls can be chained together.
-