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