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 Details

    • Builder

      public Builder()
  • Method Details

    • description

      @Stability(Experimental) public SourceBase.Builder description(String description)
      Sets the value of SourceBase.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

      @Stability(Experimental) public SourceBase.Builder flowSourceName(String flowSourceName)
      Parameters:
      flowSourceName - The name of the source.
      Returns:
      this
    • build

      @Stability(Experimental) public SourceBase build()
      Builds the configured instance.
      Specified by:
      build in interface software.amazon.jsii.Builder<SourceBase>
      Returns:
      a new instance of SourceBase
      Throws:
      NullPointerException - if any required attribute was not provided