Class CfnSdiSource.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnSdiSource.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSdiSource>
- Enclosing class:
CfnSdiSource
@Stability(Stable)
public static final class CfnSdiSource.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSdiSource>
A fluent builder for
CfnSdiSource
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnSdiSource.Builder
The current state of the SdiSource.The name of the SdiSource.A collection of key-value pairs.The interface mode of the SdiSource.
-
Method Details
-
create
@Stability(Stable) public static CfnSdiSource.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnSdiSource.Builder
.
-
name
The name of the SdiSource.- Parameters:
name
- The name of the SdiSource. This parameter is required.- Returns:
this
- See Also:
-
type
The interface mode of the SdiSource.- Parameters:
type
- The interface mode of the SdiSource. This parameter is required.- Returns:
this
- See Also:
-
mode
The current state of the SdiSource.- Parameters:
mode
- The current state of the SdiSource. This parameter is required.- Returns:
this
- See Also:
-
tags
A collection of key-value pairs.- Parameters:
tags
- A collection of key-value pairs. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnSdiSource>
- Returns:
- a newly built instance of
CfnSdiSource
.
-