Interface BandwidthReductionFilterSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BandwidthReductionFilterSettings.Builder,BandwidthReductionFilterSettings>,SdkBuilder<BandwidthReductionFilterSettings.Builder,BandwidthReductionFilterSettings>,SdkPojo
- Enclosing class:
- BandwidthReductionFilterSettings
public static interface BandwidthReductionFilterSettings.Builder extends SdkPojo, CopyableBuilder<BandwidthReductionFilterSettings.Builder,BandwidthReductionFilterSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BandwidthReductionFilterSettings.BuilderpostFilterSharpening(String postFilterSharpening)Configures the sharpening control, which is available when the bandwidth reduction filter is enabled.BandwidthReductionFilterSettings.BuilderpostFilterSharpening(BandwidthReductionPostFilterSharpening postFilterSharpening)Configures the sharpening control, which is available when the bandwidth reduction filter is enabled.BandwidthReductionFilterSettings.Builderstrength(String strength)Enables the bandwidth reduction filter.BandwidthReductionFilterSettings.Builderstrength(BandwidthReductionFilterStrength strength)Enables 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
postFilterSharpening
BandwidthReductionFilterSettings.Builder postFilterSharpening(String postFilterSharpening)
Configures the sharpening control, which is available when the bandwidth reduction filter is enabled. This control sharpens edges and contours, which produces a specific artistic effect that you might want. We recommend that you test each of the values (including DISABLED) to observe the sharpening effect on the content.- Parameters:
postFilterSharpening- Configures the sharpening control, which is available when the bandwidth reduction filter is enabled. This control sharpens edges and contours, which produces a specific artistic effect that you might want. We recommend that you test each of the values (including DISABLED) to observe the sharpening effect on the content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BandwidthReductionPostFilterSharpening,BandwidthReductionPostFilterSharpening
-
postFilterSharpening
BandwidthReductionFilterSettings.Builder postFilterSharpening(BandwidthReductionPostFilterSharpening postFilterSharpening)
Configures the sharpening control, which is available when the bandwidth reduction filter is enabled. This control sharpens edges and contours, which produces a specific artistic effect that you might want. We recommend that you test each of the values (including DISABLED) to observe the sharpening effect on the content.- Parameters:
postFilterSharpening- Configures the sharpening control, which is available when the bandwidth reduction filter is enabled. This control sharpens edges and contours, which produces a specific artistic effect that you might want. We recommend that you test each of the values (including DISABLED) to observe the sharpening effect on the content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BandwidthReductionPostFilterSharpening,BandwidthReductionPostFilterSharpening
-
strength
BandwidthReductionFilterSettings.Builder strength(String strength)
Enables the bandwidth reduction filter. The filter strengths range from 1 to 4. We recommend that you always enable this filter and use AUTO, to let MediaLive apply the optimum filtering for the context.- Parameters:
strength- Enables the bandwidth reduction filter. The filter strengths range from 1 to 4. We recommend that you always enable this filter and use AUTO, to let MediaLive apply the optimum filtering for the context.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BandwidthReductionFilterStrength,BandwidthReductionFilterStrength
-
strength
BandwidthReductionFilterSettings.Builder strength(BandwidthReductionFilterStrength strength)
Enables the bandwidth reduction filter. The filter strengths range from 1 to 4. We recommend that you always enable this filter and use AUTO, to let MediaLive apply the optimum filtering for the context.- Parameters:
strength- Enables the bandwidth reduction filter. The filter strengths range from 1 to 4. We recommend that you always enable this filter and use AUTO, to let MediaLive apply the optimum filtering for the context.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BandwidthReductionFilterStrength,BandwidthReductionFilterStrength
-
-