Class CfnChannel.ColorCorrectionProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnChannel.ColorCorrectionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel.ColorCorrectionProperty>
- Enclosing interface:
CfnChannel.ColorCorrectionProperty
@Stability(Stable)
public static final class CfnChannel.ColorCorrectionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.ColorCorrectionProperty>
A builder for
CfnChannel.ColorCorrectionProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.inputColorSpace
(String inputColorSpace) Sets the value ofCfnChannel.ColorCorrectionProperty.getInputColorSpace()
outputColorSpace
(String outputColorSpace) Sets the value ofCfnChannel.ColorCorrectionProperty.getOutputColorSpace()
Sets the value ofCfnChannel.ColorCorrectionProperty.getUri()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
inputColorSpace
@Stability(Stable) public CfnChannel.ColorCorrectionProperty.Builder inputColorSpace(String inputColorSpace) Sets the value ofCfnChannel.ColorCorrectionProperty.getInputColorSpace()
- Parameters:
inputColorSpace
- the value to be set.- Returns:
this
-
outputColorSpace
@Stability(Stable) public CfnChannel.ColorCorrectionProperty.Builder outputColorSpace(String outputColorSpace) Sets the value ofCfnChannel.ColorCorrectionProperty.getOutputColorSpace()
- Parameters:
outputColorSpace
- the value to be set.- Returns:
this
-
uri
Sets the value ofCfnChannel.ColorCorrectionProperty.getUri()
- Parameters:
uri
- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnChannel.ColorCorrectionProperty>
- Returns:
- a new instance of
CfnChannel.ColorCorrectionProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-