Class CfnSdiSourcePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnSdiSourcePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSdiSourcePropsMixin>
- Enclosing class:
CfnSdiSourcePropsMixin
@Stability(Stable)
public static final class CfnSdiSourcePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSdiSourcePropsMixin>
A fluent builder for
CfnSdiSourcePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) 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 CfnSdiSourcePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnSdiSourcePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnSdiSourcePropsMixin.Builder.
-
mode
The current state of the SdiSource.- Parameters:
mode- The current state of the SdiSource. This parameter is required.- Returns:
this- See Also:
-
name
The name of the SdiSource.- Parameters:
name- The name 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:
-
type
The interface mode of the SdiSource.- Parameters:
type- The interface mode of the SdiSource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSdiSourcePropsMixin>- Returns:
- a newly built instance of
CfnSdiSourcePropsMixin.
-