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