public static interface Deinterlacer.Builder extends CopyableBuilder<Deinterlacer.Builder,Deinterlacer>
| Modifier and Type | Method and Description |
|---|---|
Deinterlacer.Builder |
algorithm(DeinterlaceAlgorithm algorithm)
Sets the value of the Algorithm property for this object.
|
Deinterlacer.Builder |
algorithm(String algorithm)
Sets the value of the Algorithm property for this object.
|
Deinterlacer.Builder |
control(DeinterlacerControl control)
Sets the value of the Control property for this object.
|
Deinterlacer.Builder |
control(String control)
Sets the value of the Control property for this object.
|
Deinterlacer.Builder |
mode(DeinterlacerMode mode)
Sets the value of the Mode property for this object.
|
Deinterlacer.Builder |
mode(String mode)
Sets the value of the Mode property for this object.
|
copyapply, buildDeinterlacer.Builder algorithm(String algorithm)
algorithm - The new value for the Algorithm property for this object.DeinterlaceAlgorithm,
DeinterlaceAlgorithmDeinterlacer.Builder algorithm(DeinterlaceAlgorithm algorithm)
algorithm - The new value for the Algorithm property for this object.DeinterlaceAlgorithm,
DeinterlaceAlgorithmDeinterlacer.Builder control(String control)
control - The new value for the Control property for this object.DeinterlacerControl,
DeinterlacerControlDeinterlacer.Builder control(DeinterlacerControl control)
control - The new value for the Control property for this object.DeinterlacerControl,
DeinterlacerControlDeinterlacer.Builder mode(String mode)
mode - The new value for the Mode property for this object.DeinterlacerMode,
DeinterlacerModeDeinterlacer.Builder mode(DeinterlacerMode mode)
mode - The new value for the Mode property for this object.DeinterlacerMode,
DeinterlacerModeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.