Class CfnChannel.OutputGroupProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnChannel.OutputGroupProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel.OutputGroupProperty>
- Enclosing interface:
CfnChannel.OutputGroupProperty
@Stability(Stable)
public static final class CfnChannel.OutputGroupProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.OutputGroupProperty>
A builder for
CfnChannel.OutputGroupProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnChannel.OutputGroupProperty.getName()outputGroupSettings(IResolvable outputGroupSettings) Sets the value ofCfnChannel.OutputGroupProperty.getOutputGroupSettings()outputGroupSettings(CfnChannel.OutputGroupSettingsProperty outputGroupSettings) Sets the value ofCfnChannel.OutputGroupProperty.getOutputGroupSettings()Sets the value ofCfnChannel.OutputGroupProperty.getOutputs()outputs(IResolvable outputs) Sets the value ofCfnChannel.OutputGroupProperty.getOutputs()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnChannel.OutputGroupProperty.getName()- Parameters:
name- A custom output group name that you can optionally define. Only letters, numbers, and the underscore character are allowed. The maximum length is 32 characters.- Returns:
this
-
outputGroupSettings
@Stability(Stable) public CfnChannel.OutputGroupProperty.Builder outputGroupSettings(IResolvable outputGroupSettings) Sets the value ofCfnChannel.OutputGroupProperty.getOutputGroupSettings()- Parameters:
outputGroupSettings- The settings associated with the output group.- Returns:
this
-
outputGroupSettings
@Stability(Stable) public CfnChannel.OutputGroupProperty.Builder outputGroupSettings(CfnChannel.OutputGroupSettingsProperty outputGroupSettings) Sets the value ofCfnChannel.OutputGroupProperty.getOutputGroupSettings()- Parameters:
outputGroupSettings- The settings associated with the output group.- Returns:
this
-
outputs
Sets the value ofCfnChannel.OutputGroupProperty.getOutputs()- Parameters:
outputs- The settings for the outputs in the output group.- Returns:
this
-
outputs
@Stability(Stable) public CfnChannel.OutputGroupProperty.Builder outputs(List<? extends Object> outputs) Sets the value ofCfnChannel.OutputGroupProperty.getOutputs()- Parameters:
outputs- The settings for the outputs in the output group.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannel.OutputGroupProperty>- Returns:
- a new instance of
CfnChannel.OutputGroupProperty - Throws:
NullPointerException- if any required attribute was not provided
-