Class RouterOutputAttributes.Builder
java.lang.Object
software.amazon.awscdk.services.mediaconnect.alpha.RouterOutputAttributes.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<RouterOutputAttributes>
- Enclosing interface:
RouterOutputAttributes
@Stability(Experimental)
public static final class RouterOutputAttributes.Builder
extends Object
implements software.amazon.jsii.Builder<RouterOutputAttributes>
A builder for
RouterOutputAttributes-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.routerOutputArn(String routerOutputArn) Sets the value ofRouterOutputAttributes.getRouterOutputArn()routerOutputId(String routerOutputId) Sets the value ofRouterOutputAttributes.getRouterOutputId()routerOutputName(String routerOutputName) Sets the value ofRouterOutputAttributes.getRouterOutputName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
routerOutputArn
@Stability(Experimental) public RouterOutputAttributes.Builder routerOutputArn(String routerOutputArn) Sets the value ofRouterOutputAttributes.getRouterOutputArn()- Parameters:
routerOutputArn- The ARN of the router output. This parameter is required.- Returns:
this
-
routerOutputId
@Stability(Experimental) public RouterOutputAttributes.Builder routerOutputId(String routerOutputId) Sets the value ofRouterOutputAttributes.getRouterOutputId()- Parameters:
routerOutputId- The unique identifier of the router output.- Returns:
this
-
routerOutputName
@Stability(Experimental) public RouterOutputAttributes.Builder routerOutputName(String routerOutputName) Sets the value ofRouterOutputAttributes.getRouterOutputName()- Parameters:
routerOutputName- The name of the router output. The name is not encoded in the ARN (the ARN contains only the service-generated ID), so provide it here if you need to accessrouterOutputNameon the imported construct.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<RouterOutputAttributes>- Returns:
- a new instance of
RouterOutputAttributes - Throws:
NullPointerException- if any required attribute was not provided
-