Class CfnMultiplexMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnMultiplexMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMultiplexMixinProps>
- Enclosing interface:
CfnMultiplexMixinProps
@Stability(Stable)
public static final class CfnMultiplexMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMultiplexMixinProps>
A builder for
CfnMultiplexMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionavailabilityZones(List<String> availabilityZones) Sets the value ofCfnMultiplexMixinProps.getAvailabilityZones()build()Builds the configured instance.destinations(List<? extends Object> destinations) Sets the value ofCfnMultiplexMixinProps.getDestinations()destinations(IResolvable destinations) Sets the value ofCfnMultiplexMixinProps.getDestinations()multiplexSettings(CfnMultiplexPropsMixin.MultiplexSettingsProperty multiplexSettings) Sets the value ofCfnMultiplexMixinProps.getMultiplexSettings()multiplexSettings(IResolvable multiplexSettings) Sets the value ofCfnMultiplexMixinProps.getMultiplexSettings()Sets the value ofCfnMultiplexMixinProps.getName()Sets the value ofCfnMultiplexMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
availabilityZones
@Stability(Stable) public CfnMultiplexMixinProps.Builder availabilityZones(List<String> availabilityZones) Sets the value ofCfnMultiplexMixinProps.getAvailabilityZones()- Parameters:
availabilityZones- A list of availability zones for the multiplex.- Returns:
this
-
destinations
Sets the value ofCfnMultiplexMixinProps.getDestinations()- Parameters:
destinations- A list of the multiplex output destinations.- Returns:
this
-
destinations
@Stability(Stable) public CfnMultiplexMixinProps.Builder destinations(List<? extends Object> destinations) Sets the value ofCfnMultiplexMixinProps.getDestinations()- Parameters:
destinations- A list of the multiplex output destinations.- Returns:
this
-
multiplexSettings
@Stability(Stable) public CfnMultiplexMixinProps.Builder multiplexSettings(IResolvable multiplexSettings) Sets the value ofCfnMultiplexMixinProps.getMultiplexSettings()- Parameters:
multiplexSettings- Configuration for a multiplex event.- Returns:
this
-
multiplexSettings
@Stability(Stable) public CfnMultiplexMixinProps.Builder multiplexSettings(CfnMultiplexPropsMixin.MultiplexSettingsProperty multiplexSettings) Sets the value ofCfnMultiplexMixinProps.getMultiplexSettings()- Parameters:
multiplexSettings- Configuration for a multiplex event.- Returns:
this
-
name
Sets the value ofCfnMultiplexMixinProps.getName()- Parameters:
name- The name of the multiplex.- Returns:
this
-
tags
Sets the value ofCfnMultiplexMixinProps.getTags()- Parameters:
tags- A collection of key-value pairs.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMultiplexMixinProps>- Returns:
- a new instance of
CfnMultiplexMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-