Class InputReference.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.InputReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<InputReference>
- Enclosing interface:
InputReference
@Stability(Stable)
public static final class InputReference.Builder
extends Object
implements software.amazon.jsii.Builder<InputReference>
A builder for
InputReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofInputReference.getInputArn()Sets the value ofInputReference.getInputId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
inputArn
Sets the value ofInputReference.getInputArn()- Parameters:
inputArn- The ARN of the Input resource. This parameter is required.- Returns:
this
-
inputId
Sets the value ofInputReference.getInputId()- Parameters:
inputId- The Id of the Input resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<InputReference>- Returns:
- a new instance of
InputReference - Throws:
NullPointerException- if any required attribute was not provided
-