Interface SourceBase
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
SourceRist,SourceRtp,SourceSrtCaller,SourceSrtListener,SourceZixiPush
- All Known Implementing Classes:
SourceBase.Jsii$Proxy,SourceRist.Jsii$Proxy,SourceRtp.Jsii$Proxy,SourceSrtCaller.Jsii$Proxy,SourceSrtListener.Jsii$Proxy,SourceZixiPush.Jsii$Proxy
@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)",
date="2026-07-31T10:49:55.225Z")
@Stability(Experimental)
public interface SourceBase
extends software.amazon.jsii.JsiiSerializable
(experimental) Common configuration across all inputs.
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.mediaconnect.alpha.*;
SourceBase sourceBase = SourceBase.builder()
.description("description")
.flowSourceName("flowSourceName")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forSourceBasestatic final classAn implementation forSourceBase -
Method Summary
Modifier and TypeMethodDescriptionstatic SourceBase.Builderbuilder()default String(experimental) A description of the source.default String(experimental) The name of the source.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDescription
(experimental) A description of the source.This description appears only on the MediaConnect console and will not be seen by the end user.
Default: - no description
-
getFlowSourceName
(experimental) The name of the source.Default: - a name is generated automatically
-
builder
- Returns:
- a
SourceBase.BuilderofSourceBase
-