Class RouterInputAttributes.Builder
java.lang.Object
software.amazon.awscdk.services.mediaconnect.alpha.RouterInputAttributes.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<RouterInputAttributes>
- Enclosing interface:
RouterInputAttributes
@Stability(Experimental)
public static final class RouterInputAttributes.Builder
extends Object
implements software.amazon.jsii.Builder<RouterInputAttributes>
A builder for
RouterInputAttributes-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofRouterInputAttributes.getIpAddress()routerInputArn(String routerInputArn) Sets the value ofRouterInputAttributes.getRouterInputArn()routerInputId(String routerInputId) Sets the value ofRouterInputAttributes.getRouterInputId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
routerInputArn
Sets the value ofRouterInputAttributes.getRouterInputArn()- Parameters:
routerInputArn- The Amazon Resource Name (ARN) of the router input. This parameter is required.- Returns:
this
-
ipAddress
Sets the value ofRouterInputAttributes.getIpAddress()- Parameters:
ipAddress- The IP address that the router input uses to ingest content.- Returns:
this
-
routerInputId
Sets the value ofRouterInputAttributes.getRouterInputId()- Parameters:
routerInputId- The unique identifier of the router input.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<RouterInputAttributes>- Returns:
- a new instance of
RouterInputAttributes - Throws:
NullPointerException- if any required attribute was not provided
-