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