Class MultiplexprogramReference.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.MultiplexprogramReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<MultiplexprogramReference>
- Enclosing interface:
MultiplexprogramReference
@Stability(Stable)
public static final class MultiplexprogramReference.Builder
extends Object
implements software.amazon.jsii.Builder<MultiplexprogramReference>
A builder for
MultiplexprogramReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.multiplexId(String multiplexId) Sets the value ofMultiplexprogramReference.getMultiplexId()programName(String programName) Sets the value ofMultiplexprogramReference.getProgramName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
multiplexId
Sets the value ofMultiplexprogramReference.getMultiplexId()- Parameters:
multiplexId- The MultiplexId of the Multiplexprogram resource. This parameter is required.- Returns:
this
-
programName
Sets the value ofMultiplexprogramReference.getProgramName()- Parameters:
programName- The ProgramName of the Multiplexprogram resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<MultiplexprogramReference>- Returns:
- a new instance of
MultiplexprogramReference - Throws:
NullPointerException- if any required attribute was not provided
-