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