Class CfnRouterInputPropsMixin.StandardRouterInputConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.CfnRouterInputPropsMixin.StandardRouterInputConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRouterInputPropsMixin.StandardRouterInputConfigurationProperty>
- Enclosing interface:
CfnRouterInputPropsMixin.StandardRouterInputConfigurationProperty
@Stability(Stable)
public static final class CfnRouterInputPropsMixin.StandardRouterInputConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRouterInputPropsMixin.StandardRouterInputConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.networkInterfaceArn(String networkInterfaceArn) protocolConfiguration(CfnRouterInputPropsMixin.RouterInputProtocolConfigurationProperty protocolConfiguration) protocolConfiguration(IResolvable protocolConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
networkInterfaceArn
@Stability(Stable) public CfnRouterInputPropsMixin.StandardRouterInputConfigurationProperty.Builder networkInterfaceArn(String networkInterfaceArn) Sets the value ofCfnRouterInputPropsMixin.StandardRouterInputConfigurationProperty.getNetworkInterfaceArn()- Parameters:
networkInterfaceArn- The Amazon Resource Name (ARN) of the network interface associated with the standard router input.- Returns:
this
-
protocol
@Stability(Stable) public CfnRouterInputPropsMixin.StandardRouterInputConfigurationProperty.Builder protocol(String protocol) - Parameters:
protocol- the value to be set.- Returns:
this
-
protocolConfiguration
@Stability(Stable) public CfnRouterInputPropsMixin.StandardRouterInputConfigurationProperty.Builder protocolConfiguration(IResolvable protocolConfiguration) Sets the value ofCfnRouterInputPropsMixin.StandardRouterInputConfigurationProperty.getProtocolConfiguration()- Parameters:
protocolConfiguration- The protocol configuration settings for a router input.- Returns:
this
-
protocolConfiguration
@Stability(Stable) public CfnRouterInputPropsMixin.StandardRouterInputConfigurationProperty.Builder protocolConfiguration(CfnRouterInputPropsMixin.RouterInputProtocolConfigurationProperty protocolConfiguration) Sets the value ofCfnRouterInputPropsMixin.StandardRouterInputConfigurationProperty.getProtocolConfiguration()- Parameters:
protocolConfiguration- The protocol configuration settings for a router input.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRouterInputPropsMixin.StandardRouterInputConfigurationProperty>- Returns:
- a new instance of
CfnRouterInputPropsMixin.StandardRouterInputConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-