Class CfnChannel.AudioPidSelectionProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnChannel.AudioPidSelectionProperty.Builder
- All Implemented Interfaces:
 software.amazon.jsii.Builder<CfnChannel.AudioPidSelectionProperty>
- Enclosing interface:
 - CfnChannel.AudioPidSelectionProperty
 
@Stability(Stable)
public static final class CfnChannel.AudioPidSelectionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.AudioPidSelectionProperty>
A builder for 
CfnChannel.AudioPidSelectionProperty- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnChannel.AudioPidSelectionProperty.getPid() 
- 
Constructor Details
- 
Builder
public Builder() 
 - 
 - 
Method Details
- 
pid
Sets the value ofCfnChannel.AudioPidSelectionProperty.getPid()- Parameters:
 pid- Select the audio by this PID.- Returns:
 this
 - 
build
Builds the configured instance.- Specified by:
 buildin interfacesoftware.amazon.jsii.Builder<CfnChannel.AudioPidSelectionProperty>- Returns:
 - a new instance of 
CfnChannel.AudioPidSelectionProperty - Throws:
 NullPointerException- if any required attribute was not provided
 
 -