Class CfnRouteServerPropagationMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnRouteServerPropagationMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRouteServerPropagationMixinProps>
- Enclosing interface:
CfnRouteServerPropagationMixinProps
@Stability(Stable)
public static final class CfnRouteServerPropagationMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRouteServerPropagationMixinProps>
A builder for
CfnRouteServerPropagationMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.routeServerId(String routeServerId) Sets the value ofCfnRouteServerPropagationMixinProps.getRouteServerId()routeTableId(String routeTableId) Sets the value ofCfnRouteServerPropagationMixinProps.getRouteTableId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
routeServerId
@Stability(Stable) public CfnRouteServerPropagationMixinProps.Builder routeServerId(String routeServerId) Sets the value ofCfnRouteServerPropagationMixinProps.getRouteServerId()- Parameters:
routeServerId- The ID of the route server configured for route propagation.- Returns:
this
-
routeTableId
@Stability(Stable) public CfnRouteServerPropagationMixinProps.Builder routeTableId(String routeTableId) Sets the value ofCfnRouteServerPropagationMixinProps.getRouteTableId()- Parameters:
routeTableId- The ID of the route table configured for route server propagation.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRouteServerPropagationMixinProps>- Returns:
- a new instance of
CfnRouteServerPropagationMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-