Interface CfnMultiplexprogram.MultiplexProgramPipelineDetailProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMultiplexprogram.MultiplexProgramPipelineDetailProperty.Jsii$Proxy
- Enclosing class:
CfnMultiplexprogram
@Stability(Stable)
public static interface CfnMultiplexprogram.MultiplexProgramPipelineDetailProperty
extends software.amazon.jsii.JsiiSerializable
The current source for one of the pipelines in the multiplex.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.medialive.*;
MultiplexProgramPipelineDetailProperty multiplexProgramPipelineDetailProperty = MultiplexProgramPipelineDetailProperty.builder()
.activeChannelPipeline("activeChannelPipeline")
.pipelineId("pipelineId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnMultiplexprogram.MultiplexProgramPipelineDetailProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getActiveChannelPipeline
Identifies the channel pipeline that is currently active for the pipeline (identified by PipelineId) in the multiplex.- See Also:
-
getPipelineId
Identifies a specific pipeline in the multiplex.- See Also:
-
builder
@Stability(Stable) static CfnMultiplexprogram.MultiplexProgramPipelineDetailProperty.Builder builder()
-