Class FlowOutputReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.mediaconnect.FlowOutputReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<FlowOutputReference>
- Enclosing interface:
FlowOutputReference
@Stability(Stable)
public static final class FlowOutputReference.Builder
extends Object
implements software.amazon.jsii.Builder<FlowOutputReference>
A builder for
FlowOutputReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofFlowOutputReference.getOutputArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
outputArn
Sets the value ofFlowOutputReference.getOutputArn()- Parameters:
outputArn- The OutputArn of the FlowOutput resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<FlowOutputReference>- Returns:
- a new instance of
FlowOutputReference - Throws:
NullPointerException- if any required attribute was not provided
-