Class InputDeviceInputProps.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.alpha.InputDeviceInputProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<InputDeviceInputProps>
- Enclosing interface:
InputDeviceInputProps
@Stability(Experimental)
public static final class InputDeviceInputProps.Builder
extends Object
implements software.amazon.jsii.Builder<InputDeviceInputProps>
A builder for
InputDeviceInputProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofInputDeviceInputProps.getDeviceIds()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
deviceIds
Sets the value ofInputDeviceInputProps.getDeviceIds()- Parameters:
deviceIds- The IDs of one or two registered Elemental Link devices. This parameter is required. Two provides pipeline redundancy.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<InputDeviceInputProps>- Returns:
- a new instance of
InputDeviceInputProps - Throws:
NullPointerException- if any required attribute was not provided
-