Interface CfnMultiplexprogram.MultiplexProgramServiceDescriptorProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMultiplexprogram.MultiplexProgramServiceDescriptorProperty.Jsii$Proxy
- Enclosing class:
CfnMultiplexprogram
@Stability(Stable)
public static interface CfnMultiplexprogram.MultiplexProgramServiceDescriptorProperty
extends software.amazon.jsii.JsiiSerializable
Transport stream service descriptor configuration for the Multiplex program.
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.*; MultiplexProgramServiceDescriptorProperty multiplexProgramServiceDescriptorProperty = MultiplexProgramServiceDescriptorProperty.builder() .providerName("providerName") .serviceName("serviceName") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnMultiplexprogram.MultiplexProgramServiceDescriptorProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getProviderName
Name of the provider.- See Also:
-
getServiceName
Name of the service.- See Also:
-
builder
@Stability(Stable) static CfnMultiplexprogram.MultiplexProgramServiceDescriptorProperty.Builder builder()
-