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