Class NoiseReducerSpatialFilterSettings
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconvert.model.NoiseReducerSpatialFilterSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NoiseReducerSpatialFilterSettings.Builder,NoiseReducerSpatialFilterSettings>
@Generated("software.amazon.awssdk:codegen") public final class NoiseReducerSpatialFilterSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NoiseReducerSpatialFilterSettings.Builder,NoiseReducerSpatialFilterSettings>
Noise reducer filter settings for spatial filter.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNoiseReducerSpatialFilterSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NoiseReducerSpatialFilterSettings.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegerpostFilterSharpenStrength()Specify strength of post noise reduction sharpening filter, with 0 disabling the filter and 3 enabling it at maximum strength.List<SdkField<?>>sdkFields()static Class<? extends NoiseReducerSpatialFilterSettings.Builder>serializableBuilderClass()Integerspeed()The speed of the filter, from -2 (lower speed) to 3 (higher speed), with 0 being the nominal value.Integerstrength()Relative strength of noise reducing filter.NoiseReducerSpatialFilterSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
postFilterSharpenStrength
public final Integer postFilterSharpenStrength()
Specify strength of post noise reduction sharpening filter, with 0 disabling the filter and 3 enabling it at maximum strength.- Returns:
- Specify strength of post noise reduction sharpening filter, with 0 disabling the filter and 3 enabling it at maximum strength.
-
speed
public final Integer speed()
The speed of the filter, from -2 (lower speed) to 3 (higher speed), with 0 being the nominal value.- Returns:
- The speed of the filter, from -2 (lower speed) to 3 (higher speed), with 0 being the nominal value.
-
strength
public final Integer strength()
Relative strength of noise reducing filter. Higher values produce stronger filtering.- Returns:
- Relative strength of noise reducing filter. Higher values produce stronger filtering.
-
toBuilder
public NoiseReducerSpatialFilterSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NoiseReducerSpatialFilterSettings.Builder,NoiseReducerSpatialFilterSettings>
-
builder
public static NoiseReducerSpatialFilterSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends NoiseReducerSpatialFilterSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-