Class SdiSource.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.alpha.SdiSource.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<SdiSource>
- Enclosing class:
SdiSource
@Stability(Experimental)
public static final class SdiSource.Builder
extends Object
implements software.amazon.jsii.Builder<SdiSource>
(experimental) A fluent builder for
SdiSource.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static SdiSource.Builder(experimental) SDI Mode, only applicable for QUAD type.sdiSourceName(String sdiSourceName) (experimental) The name of the SDI source.(experimental) Tags to add to the SDI source.(experimental) Type of SDI input.
-
Method Details
-
create
@Stability(Experimental) public static SdiSource.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- This parameter is required.id- This parameter is required.- Returns:
- a new instance of
SdiSource.Builder.
-
type
(experimental) Type of SDI input.- Parameters:
type- Type of SDI input. This parameter is required.- Returns:
this
-
mode
(experimental) SDI Mode, only applicable for QUAD type.Default: - no mode
- Parameters:
mode- SDI Mode, only applicable for QUAD type. This parameter is required.- Returns:
this
-
sdiSourceName
(experimental) The name of the SDI source.Default: - auto-generated name
- Parameters:
sdiSourceName- The name of the SDI source. This parameter is required.- Returns:
this
-
tags
(experimental) Tags to add to the SDI source.Default: - no tagging
- Parameters:
tags- Tags to add to the SDI source. This parameter is required.- Returns:
this
-
build
-