Class CfnRoute.TcpRouteMatchProperty.Builder
java.lang.Object
software.amazon.awscdk.services.appmesh.CfnRoute.TcpRouteMatchProperty.Builder
- All Implemented Interfaces:
- software.amazon.jsii.Builder<CfnRoute.TcpRouteMatchProperty>
- Enclosing interface:
- CfnRoute.TcpRouteMatchProperty
@Stability(Stable)
public static final class CfnRoute.TcpRouteMatchProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRoute.TcpRouteMatchProperty>
A builder for 
CfnRoute.TcpRouteMatchProperty- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnRoute.TcpRouteMatchProperty.getPort()
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
portSets the value ofCfnRoute.TcpRouteMatchProperty.getPort()- Parameters:
- port- The port number to match on.
- Returns:
- this
 
- 
buildBuilds the configured instance.- Specified by:
- buildin interface- software.amazon.jsii.Builder<CfnRoute.TcpRouteMatchProperty>
- Returns:
- a new instance of CfnRoute.TcpRouteMatchProperty
- Throws:
- NullPointerException- if any required attribute was not provided
 
 
-