Class CfnNodePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnNodePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnNodePropsMixin>
- Enclosing class:
CfnNodePropsMixin
@Stability(Stable)
public static final class CfnNodePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnNodePropsMixin>
A fluent builder for
CfnNodePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()The ID of the Cluster that the Node belongs to.static CfnNodePropsMixin.Buildercreate()static CfnNodePropsMixin.Buildercreate(CfnPropertyMixinOptions options) The user-specified name of the Node.nodeInterfaceMappings(List<? extends Object> nodeInterfaceMappings) An array of interface mappings for the Node.nodeInterfaceMappings(IResolvable nodeInterfaceMappings) An array of interface mappings for the Node.The role of the Node in the Cluster.sdiSourceMappings(List<? extends Object> sdiSourceMappings) An array of SDI source mappings.sdiSourceMappings(IResolvable sdiSourceMappings) An array of SDI source mappings.A collection of key-value pairs.
-
Method Details
-
create
- Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnNodePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnNodePropsMixin.Builder.
-
clusterId
The ID of the Cluster that the Node belongs to.- Parameters:
clusterId- The ID of the Cluster that the Node belongs to. This parameter is required.- Returns:
this- See Also:
-
name
The user-specified name of the Node.- Parameters:
name- The user-specified name of the Node. This parameter is required.- Returns:
this- See Also:
-
nodeInterfaceMappings
@Stability(Stable) public CfnNodePropsMixin.Builder nodeInterfaceMappings(IResolvable nodeInterfaceMappings) An array of interface mappings for the Node.- Parameters:
nodeInterfaceMappings- An array of interface mappings for the Node. This parameter is required.- Returns:
this- See Also:
-
nodeInterfaceMappings
@Stability(Stable) public CfnNodePropsMixin.Builder nodeInterfaceMappings(List<? extends Object> nodeInterfaceMappings) An array of interface mappings for the Node.- Parameters:
nodeInterfaceMappings- An array of interface mappings for the Node. This parameter is required.- Returns:
this- See Also:
-
role
The role of the Node in the Cluster.ACTIVE means the Node is available for encoding. BACKUP means the Node is a redundant Node and might get used if an ACTIVE Node fails.
- Parameters:
role- The role of the Node in the Cluster. This parameter is required.- Returns:
this- See Also:
-
sdiSourceMappings
@Stability(Stable) public CfnNodePropsMixin.Builder sdiSourceMappings(IResolvable sdiSourceMappings) An array of SDI source mappings.- Parameters:
sdiSourceMappings- An array of SDI source mappings. This parameter is required.- Returns:
this- See Also:
-
sdiSourceMappings
@Stability(Stable) public CfnNodePropsMixin.Builder sdiSourceMappings(List<? extends Object> sdiSourceMappings) An array of SDI source mappings.- Parameters:
sdiSourceMappings- An array of SDI source mappings. This parameter is required.- Returns:
this- See Also:
-
tags
A collection of key-value pairs.- Parameters:
tags- A collection of key-value pairs. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnNodePropsMixin>- Returns:
- a newly built instance of
CfnNodePropsMixin.
-