Class SdiSourceProps.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.alpha.SdiSourceProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<SdiSourceProps>
- Enclosing interface:
SdiSourceProps
@Stability(Experimental)
public static final class SdiSourceProps.Builder
extends Object
implements software.amazon.jsii.Builder<SdiSourceProps>
A builder for
SdiSourceProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofSdiSourceProps.getMode()sdiSourceName(String sdiSourceName) Sets the value ofSdiSourceProps.getSdiSourceName()Sets the value ofSdiSourceProps.getTags()Sets the value ofSdiSourceProps.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
type
Sets the value ofSdiSourceProps.getType()- Parameters:
type- Type of SDI input. This parameter is required.- Returns:
this
-
mode
Sets the value ofSdiSourceProps.getMode()- Parameters:
mode- SDI Mode, only applicable for QUAD type.- Returns:
this
-
sdiSourceName
Sets the value ofSdiSourceProps.getSdiSourceName()- Parameters:
sdiSourceName- The name of the SDI source.- Returns:
this
-
tags
Sets the value ofSdiSourceProps.getTags()- Parameters:
tags- Tags to add to the SDI source.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SdiSourceProps>- Returns:
- a new instance of
SdiSourceProps - Throws:
NullPointerException- if any required attribute was not provided
-