@Stability(value=Stable) public static final class CfnClientVpnRouteProps.Builder extends Object implements software.amazon.jsii.Builder<CfnClientVpnRouteProps>
CfnClientVpnRouteProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnClientVpnRouteProps |
build()
Builds the configured instance.
|
CfnClientVpnRouteProps.Builder |
clientVpnEndpointId(String clientVpnEndpointId)
Sets the value of
CfnClientVpnRouteProps.getClientVpnEndpointId() |
CfnClientVpnRouteProps.Builder |
description(String description)
Sets the value of
CfnClientVpnRouteProps.getDescription() |
CfnClientVpnRouteProps.Builder |
destinationCidrBlock(String destinationCidrBlock)
Sets the value of
CfnClientVpnRouteProps.getDestinationCidrBlock() |
CfnClientVpnRouteProps.Builder |
targetVpcSubnetId(String targetVpcSubnetId)
Sets the value of
CfnClientVpnRouteProps.getTargetVpcSubnetId() |
@Stability(value=Stable) public CfnClientVpnRouteProps.Builder clientVpnEndpointId(String clientVpnEndpointId)
CfnClientVpnRouteProps.getClientVpnEndpointId()
clientVpnEndpointId
- `AWS::EC2::ClientVpnRoute.ClientVpnEndpointId`. This parameter is required.this
@Stability(value=Stable) public CfnClientVpnRouteProps.Builder destinationCidrBlock(String destinationCidrBlock)
CfnClientVpnRouteProps.getDestinationCidrBlock()
destinationCidrBlock
- `AWS::EC2::ClientVpnRoute.DestinationCidrBlock`. This parameter is required.this
@Stability(value=Stable) public CfnClientVpnRouteProps.Builder targetVpcSubnetId(String targetVpcSubnetId)
CfnClientVpnRouteProps.getTargetVpcSubnetId()
targetVpcSubnetId
- `AWS::EC2::ClientVpnRoute.TargetVpcSubnetId`. This parameter is required.this
@Stability(value=Stable) public CfnClientVpnRouteProps.Builder description(String description)
CfnClientVpnRouteProps.getDescription()
description
- `AWS::EC2::ClientVpnRoute.Description`.this
@Stability(value=Stable) public CfnClientVpnRouteProps build()
build
in interface software.amazon.jsii.Builder<CfnClientVpnRouteProps>
CfnClientVpnRouteProps
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.