Class SourceBase.Builder
java.lang.Object
software.amazon.awscdk.services.mediaconnect.alpha.SourceBase.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<SourceBase>
- Enclosing interface:
SourceBase
@Stability(Experimental)
public static final class SourceBase.Builder
extends Object
implements software.amazon.jsii.Builder<SourceBase>
A builder for
SourceBase-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofSourceBase.getDescription()flowSourceName(String flowSourceName) Sets the value ofSourceBase.getFlowSourceName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
Sets the value ofSourceBase.getDescription()- Parameters:
description- A description of the source. This description appears only on the MediaConnect console and will not be seen by the end user.- Returns:
this
-
flowSourceName
Sets the value ofSourceBase.getFlowSourceName()- Parameters:
flowSourceName- The name of the source.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SourceBase>- Returns:
- a new instance of
SourceBase - Throws:
NullPointerException- if any required attribute was not provided
-