Class CfnFlowPropsMixin.NdiSourceSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.CfnFlowPropsMixin.NdiSourceSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowPropsMixin.NdiSourceSettingsProperty>
- Enclosing interface:
CfnFlowPropsMixin.NdiSourceSettingsProperty
@Stability(Stable)
public static final class CfnFlowPropsMixin.NdiSourceSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowPropsMixin.NdiSourceSettingsProperty>
A builder for
CfnFlowPropsMixin.NdiSourceSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.sourceName(String sourceName) Sets the value ofCfnFlowPropsMixin.NdiSourceSettingsProperty.getSourceName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
sourceName
@Stability(Stable) public CfnFlowPropsMixin.NdiSourceSettingsProperty.Builder sourceName(String sourceName) Sets the value ofCfnFlowPropsMixin.NdiSourceSettingsProperty.getSourceName()- Parameters:
sourceName- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlowPropsMixin.NdiSourceSettingsProperty>- Returns:
- a new instance of
CfnFlowPropsMixin.NdiSourceSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-