Class CfnChannel.AvailConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnChannel.AvailConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel.AvailConfigurationProperty>
- Enclosing interface:
CfnChannel.AvailConfigurationProperty
@Stability(Stable)
public static final class CfnChannel.AvailConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.AvailConfigurationProperty>
A builder for
CfnChannel.AvailConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionavailSettings
(IResolvable availSettings) Sets the value ofCfnChannel.AvailConfigurationProperty.getAvailSettings()
availSettings
(CfnChannel.AvailSettingsProperty availSettings) Sets the value ofCfnChannel.AvailConfigurationProperty.getAvailSettings()
build()
Builds the configured instance.scte35SegmentationScope
(String scte35SegmentationScope) Sets the value ofCfnChannel.AvailConfigurationProperty.getScte35SegmentationScope()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
availSettings
@Stability(Stable) public CfnChannel.AvailConfigurationProperty.Builder availSettings(IResolvable availSettings) Sets the value ofCfnChannel.AvailConfigurationProperty.getAvailSettings()
- Parameters:
availSettings
- The setup of ad avail handling in the output.- Returns:
this
-
availSettings
@Stability(Stable) public CfnChannel.AvailConfigurationProperty.Builder availSettings(CfnChannel.AvailSettingsProperty availSettings) Sets the value ofCfnChannel.AvailConfigurationProperty.getAvailSettings()
- Parameters:
availSettings
- The setup of ad avail handling in the output.- Returns:
this
-
scte35SegmentationScope
@Stability(Stable) public CfnChannel.AvailConfigurationProperty.Builder scte35SegmentationScope(String scte35SegmentationScope) Sets the value ofCfnChannel.AvailConfigurationProperty.getScte35SegmentationScope()
- Parameters:
scte35SegmentationScope
- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnChannel.AvailConfigurationProperty>
- Returns:
- a new instance of
CfnChannel.AvailConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-