Class CfnSdiSourceMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnSdiSourceMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSdiSourceMixinProps>
- Enclosing interface:
CfnSdiSourceMixinProps
@Stability(Stable)
public static final class CfnSdiSourceMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSdiSourceMixinProps>
A builder for
CfnSdiSourceMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnSdiSourceMixinProps.getMode()Sets the value ofCfnSdiSourceMixinProps.getName()Sets the value ofCfnSdiSourceMixinProps.getTags()Sets the value ofCfnSdiSourceMixinProps.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
mode
Sets the value ofCfnSdiSourceMixinProps.getMode()- Parameters:
mode- The current state of the SdiSource.- Returns:
this
-
name
Sets the value ofCfnSdiSourceMixinProps.getName()- Parameters:
name- The name of the SdiSource.- Returns:
this
-
tags
Sets the value ofCfnSdiSourceMixinProps.getTags()- Parameters:
tags- A collection of key-value pairs.- Returns:
this
-
type
Sets the value ofCfnSdiSourceMixinProps.getType()- Parameters:
type- The interface mode of the SdiSource.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSdiSourceMixinProps>- Returns:
- a new instance of
CfnSdiSourceMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-