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