Class CfnRouteServerEndpointPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnRouteServerEndpointPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRouteServerEndpointPropsMixin>
- Enclosing class:
CfnRouteServerEndpointPropsMixin
@Stability(Stable)
public static final class CfnRouteServerEndpointPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRouteServerEndpointPropsMixin>
A fluent builder for
CfnRouteServerEndpointPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) routeServerId(String routeServerId) The ID of the route server associated with this endpoint.The ID of the subnet to place the route server endpoint into.Any tags assigned to the route server endpoint.
-
Method Details
-
create
@Stability(Stable) public static CfnRouteServerEndpointPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnRouteServerEndpointPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnRouteServerEndpointPropsMixin.Builder.
-
routeServerId
@Stability(Stable) public CfnRouteServerEndpointPropsMixin.Builder routeServerId(String routeServerId) The ID of the route server associated with this endpoint.- Parameters:
routeServerId- The ID of the route server associated with this endpoint. This parameter is required.- Returns:
this- See Also:
-
subnetId
The ID of the subnet to place the route server endpoint into.- Parameters:
subnetId- The ID of the subnet to place the route server endpoint into. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnRouteServerEndpointPropsMixin.Builder tags(List<? extends CfnTag> tags) Any tags assigned to the route server endpoint.- Parameters:
tags- Any tags assigned to the route server endpoint. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRouteServerEndpointPropsMixin>- Returns:
- a newly built instance of
CfnRouteServerEndpointPropsMixin.
-