Interface AdvancedInputFilterSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AdvancedInputFilterSettings.Builder,AdvancedInputFilterSettings>,SdkBuilder<AdvancedInputFilterSettings.Builder,AdvancedInputFilterSettings>,SdkPojo
- Enclosing class:
- AdvancedInputFilterSettings
public static interface AdvancedInputFilterSettings.Builder extends SdkPojo, CopyableBuilder<AdvancedInputFilterSettings.Builder,AdvancedInputFilterSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdvancedInputFilterSettings.BuilderaddTexture(String addTexture)Add texture and detail to areas of your input video content that were lost after applying the Advanced input filter.AdvancedInputFilterSettings.BuilderaddTexture(AdvancedInputFilterAddTexture addTexture)Add texture and detail to areas of your input video content that were lost after applying the Advanced input filter.AdvancedInputFilterSettings.Buildersharpening(String sharpening)Optionally specify the amount of sharpening to apply when you use the Advanced input filter.AdvancedInputFilterSettings.Buildersharpening(AdvancedInputFilterSharpen sharpening)Optionally specify the amount of sharpening to apply when you use the Advanced input 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
-
addTexture
AdvancedInputFilterSettings.Builder addTexture(String addTexture)
Add texture and detail to areas of your input video content that were lost after applying the Advanced input filter. To adaptively add texture and reduce softness: Choose Enabled. To not add any texture: Keep the default value, Disabled. We recommend that you choose Disabled for input video content that doesn't have texture, including screen recordings, computer graphics, or cartoons.- Parameters:
addTexture- Add texture and detail to areas of your input video content that were lost after applying the Advanced input filter. To adaptively add texture and reduce softness: Choose Enabled. To not add any texture: Keep the default value, Disabled. We recommend that you choose Disabled for input video content that doesn't have texture, including screen recordings, computer graphics, or cartoons.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AdvancedInputFilterAddTexture,AdvancedInputFilterAddTexture
-
addTexture
AdvancedInputFilterSettings.Builder addTexture(AdvancedInputFilterAddTexture addTexture)
Add texture and detail to areas of your input video content that were lost after applying the Advanced input filter. To adaptively add texture and reduce softness: Choose Enabled. To not add any texture: Keep the default value, Disabled. We recommend that you choose Disabled for input video content that doesn't have texture, including screen recordings, computer graphics, or cartoons.- Parameters:
addTexture- Add texture and detail to areas of your input video content that were lost after applying the Advanced input filter. To adaptively add texture and reduce softness: Choose Enabled. To not add any texture: Keep the default value, Disabled. We recommend that you choose Disabled for input video content that doesn't have texture, including screen recordings, computer graphics, or cartoons.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AdvancedInputFilterAddTexture,AdvancedInputFilterAddTexture
-
sharpening
AdvancedInputFilterSettings.Builder sharpening(String sharpening)
Optionally specify the amount of sharpening to apply when you use the Advanced input filter. Sharpening adds contrast to the edges of your video content and can reduce softness. To apply no sharpening: Keep the default value, Off. To apply a minimal amount of sharpening choose Low, or for the maximum choose High.- Parameters:
sharpening- Optionally specify the amount of sharpening to apply when you use the Advanced input filter. Sharpening adds contrast to the edges of your video content and can reduce softness. To apply no sharpening: Keep the default value, Off. To apply a minimal amount of sharpening choose Low, or for the maximum choose High.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AdvancedInputFilterSharpen,AdvancedInputFilterSharpen
-
sharpening
AdvancedInputFilterSettings.Builder sharpening(AdvancedInputFilterSharpen sharpening)
Optionally specify the amount of sharpening to apply when you use the Advanced input filter. Sharpening adds contrast to the edges of your video content and can reduce softness. To apply no sharpening: Keep the default value, Off. To apply a minimal amount of sharpening choose Low, or for the maximum choose High.- Parameters:
sharpening- Optionally specify the amount of sharpening to apply when you use the Advanced input filter. Sharpening adds contrast to the edges of your video content and can reduce softness. To apply no sharpening: Keep the default value, Off. To apply a minimal amount of sharpening choose Low, or for the maximum choose High.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AdvancedInputFilterSharpen,AdvancedInputFilterSharpen
-
-