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