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