Interface BandwidthReductionFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BandwidthReductionFilter.Builder,BandwidthReductionFilter>,SdkBuilder<BandwidthReductionFilter.Builder,BandwidthReductionFilter>,SdkPojo
- Enclosing class:
- BandwidthReductionFilter
public static interface BandwidthReductionFilter.Builder extends SdkPojo, CopyableBuilder<BandwidthReductionFilter.Builder,BandwidthReductionFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BandwidthReductionFilter.Buildersharpening(String sharpening)Optionally specify the level of sharpening to apply when you use the Bandwidth reduction filter.BandwidthReductionFilter.Buildersharpening(BandwidthReductionFilterSharpening sharpening)Optionally specify the level of sharpening to apply when you use the Bandwidth reduction filter.BandwidthReductionFilter.Builderstrength(String strength)Specify the strength of the Bandwidth reduction filter.BandwidthReductionFilter.Builderstrength(BandwidthReductionFilterStrength strength)Specify the strength of the Bandwidth reduction filter.-
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
-
sharpening
BandwidthReductionFilter.Builder sharpening(String sharpening)
Optionally specify the level of sharpening to apply when you use the Bandwidth reduction filter. Sharpening adds contrast to the edges of your video content and can reduce softness. Keep the default value Off to apply no sharpening. Set Sharpening strength to Low to apply a minimal amount of sharpening, or High to apply a maximum amount of sharpening.- Parameters:
sharpening- Optionally specify the level of sharpening to apply when you use the Bandwidth reduction filter. Sharpening adds contrast to the edges of your video content and can reduce softness. Keep the default value Off to apply no sharpening. Set Sharpening strength to Low to apply a minimal amount of sharpening, or High to apply a maximum amount of sharpening.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BandwidthReductionFilterSharpening,BandwidthReductionFilterSharpening
-
sharpening
BandwidthReductionFilter.Builder sharpening(BandwidthReductionFilterSharpening sharpening)
Optionally specify the level of sharpening to apply when you use the Bandwidth reduction filter. Sharpening adds contrast to the edges of your video content and can reduce softness. Keep the default value Off to apply no sharpening. Set Sharpening strength to Low to apply a minimal amount of sharpening, or High to apply a maximum amount of sharpening.- Parameters:
sharpening- Optionally specify the level of sharpening to apply when you use the Bandwidth reduction filter. Sharpening adds contrast to the edges of your video content and can reduce softness. Keep the default value Off to apply no sharpening. Set Sharpening strength to Low to apply a minimal amount of sharpening, or High to apply a maximum amount of sharpening.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BandwidthReductionFilterSharpening,BandwidthReductionFilterSharpening
-
strength
BandwidthReductionFilter.Builder strength(String strength)
Specify the strength of the Bandwidth reduction filter. For most workflows, we recommend that you choose Auto to reduce the bandwidth of your output with little to no perceptual decrease in video quality. For high quality and high bitrate outputs, choose Low. For the most bandwidth reduction, choose High. We recommend that you choose High for low bitrate outputs. Note that High may incur a slight increase in the softness of your output.- Parameters:
strength- Specify the strength of the Bandwidth reduction filter. For most workflows, we recommend that you choose Auto to reduce the bandwidth of your output with little to no perceptual decrease in video quality. For high quality and high bitrate outputs, choose Low. For the most bandwidth reduction, choose High. We recommend that you choose High for low bitrate outputs. Note that High may incur a slight increase in the softness of your output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BandwidthReductionFilterStrength,BandwidthReductionFilterStrength
-
strength
BandwidthReductionFilter.Builder strength(BandwidthReductionFilterStrength strength)
Specify the strength of the Bandwidth reduction filter. For most workflows, we recommend that you choose Auto to reduce the bandwidth of your output with little to no perceptual decrease in video quality. For high quality and high bitrate outputs, choose Low. For the most bandwidth reduction, choose High. We recommend that you choose High for low bitrate outputs. Note that High may incur a slight increase in the softness of your output.- Parameters:
strength- Specify the strength of the Bandwidth reduction filter. For most workflows, we recommend that you choose Auto to reduce the bandwidth of your output with little to no perceptual decrease in video quality. For high quality and high bitrate outputs, choose Low. For the most bandwidth reduction, choose High. We recommend that you choose High for low bitrate outputs. Note that High may incur a slight increase in the softness of your output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BandwidthReductionFilterStrength,BandwidthReductionFilterStrength
-
-