@Stability(value=Stable) public static final class CfnChannel.OutputGroupProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnChannel.OutputGroupProperty>
CfnChannel.OutputGroupProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnChannel.OutputGroupProperty |
build()
Builds the configured instance.
|
CfnChannel.OutputGroupProperty.Builder |
name(String name)
Sets the value of
CfnChannel.OutputGroupProperty.getName() |
CfnChannel.OutputGroupProperty.Builder |
outputGroupSettings(CfnChannel.OutputGroupSettingsProperty outputGroupSettings)
Sets the value of
CfnChannel.OutputGroupProperty.getOutputGroupSettings() |
CfnChannel.OutputGroupProperty.Builder |
outputGroupSettings(IResolvable outputGroupSettings)
Sets the value of
CfnChannel.OutputGroupProperty.getOutputGroupSettings() |
CfnChannel.OutputGroupProperty.Builder |
outputs(IResolvable outputs)
Sets the value of
CfnChannel.OutputGroupProperty.getOutputs() |
CfnChannel.OutputGroupProperty.Builder |
outputs(List<? extends Object> outputs)
Sets the value of
CfnChannel.OutputGroupProperty.getOutputs() |
@Stability(value=Stable) public CfnChannel.OutputGroupProperty.Builder name(String name)
CfnChannel.OutputGroupProperty.getName()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.this@Stability(value=Stable) public CfnChannel.OutputGroupProperty.Builder outputGroupSettings(CfnChannel.OutputGroupSettingsProperty outputGroupSettings)
CfnChannel.OutputGroupProperty.getOutputGroupSettings()outputGroupSettings - The settings associated with the output group.this@Stability(value=Stable) public CfnChannel.OutputGroupProperty.Builder outputGroupSettings(IResolvable outputGroupSettings)
CfnChannel.OutputGroupProperty.getOutputGroupSettings()outputGroupSettings - The settings associated with the output group.this@Stability(value=Stable) public CfnChannel.OutputGroupProperty.Builder outputs(IResolvable outputs)
CfnChannel.OutputGroupProperty.getOutputs()outputs - The settings for the outputs in the output group.this@Stability(value=Stable) public CfnChannel.OutputGroupProperty.Builder outputs(List<? extends Object> outputs)
CfnChannel.OutputGroupProperty.getOutputs()outputs - The settings for the outputs in the output group.this@Stability(value=Stable) public CfnChannel.OutputGroupProperty build()
build in interface software.amazon.jsii.Builder<CfnChannel.OutputGroupProperty>CfnChannel.OutputGroupPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.