Class CfnRouteServerPropagationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnRouteServerPropagationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRouteServerPropagationPropsMixin>
- Enclosing class:
CfnRouteServerPropagationPropsMixin
@Stability(Stable)
public static final class CfnRouteServerPropagationPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRouteServerPropagationPropsMixin>
A fluent builder for
CfnRouteServerPropagationPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) routeServerId(String routeServerId) The ID of the route server configured for route propagation.routeTableId(String routeTableId) The ID of the route table configured for route server propagation.
-
Method Details
-
create
@Stability(Stable) public static CfnRouteServerPropagationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnRouteServerPropagationPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnRouteServerPropagationPropsMixin.Builder.
-
routeServerId
@Stability(Stable) public CfnRouteServerPropagationPropsMixin.Builder routeServerId(String routeServerId) The ID of the route server configured for route propagation.- Parameters:
routeServerId- The ID of the route server configured for route propagation. This parameter is required.- Returns:
this- See Also:
-
routeTableId
@Stability(Stable) public CfnRouteServerPropagationPropsMixin.Builder routeTableId(String routeTableId) The ID of the route table configured for route server propagation.- Parameters:
routeTableId- The ID of the route table configured for route server propagation. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRouteServerPropagationPropsMixin>- Returns:
- a newly built instance of
CfnRouteServerPropagationPropsMixin.
-