@Stability(value=Stable) public static final class CfnRouteProps.Builder extends Object implements software.amazon.jsii.Builder<CfnRouteProps>
CfnRouteProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnRouteProps.Builder routeTableId(String routeTableId)
CfnRouteProps.getRouteTableId()routeTableId - `AWS::EC2::Route.RouteTableId`. This parameter is required.this@Stability(value=Stable) public CfnRouteProps.Builder carrierGatewayId(String carrierGatewayId)
CfnRouteProps.getCarrierGatewayId()carrierGatewayId - `AWS::EC2::Route.CarrierGatewayId`.this@Stability(value=Stable) public CfnRouteProps.Builder destinationCidrBlock(String destinationCidrBlock)
CfnRouteProps.getDestinationCidrBlock()destinationCidrBlock - `AWS::EC2::Route.DestinationCidrBlock`.this@Stability(value=Stable) public CfnRouteProps.Builder destinationIpv6CidrBlock(String destinationIpv6CidrBlock)
CfnRouteProps.getDestinationIpv6CidrBlock()destinationIpv6CidrBlock - `AWS::EC2::Route.DestinationIpv6CidrBlock`.this@Stability(value=Stable) public CfnRouteProps.Builder egressOnlyInternetGatewayId(String egressOnlyInternetGatewayId)
CfnRouteProps.getEgressOnlyInternetGatewayId()egressOnlyInternetGatewayId - `AWS::EC2::Route.EgressOnlyInternetGatewayId`.this@Stability(value=Stable) public CfnRouteProps.Builder gatewayId(String gatewayId)
CfnRouteProps.getGatewayId()gatewayId - `AWS::EC2::Route.GatewayId`.this@Stability(value=Stable) public CfnRouteProps.Builder instanceId(String instanceId)
CfnRouteProps.getInstanceId()instanceId - `AWS::EC2::Route.InstanceId`.this@Stability(value=Stable) public CfnRouteProps.Builder localGatewayId(String localGatewayId)
CfnRouteProps.getLocalGatewayId()localGatewayId - `AWS::EC2::Route.LocalGatewayId`.this@Stability(value=Stable) public CfnRouteProps.Builder natGatewayId(String natGatewayId)
CfnRouteProps.getNatGatewayId()natGatewayId - `AWS::EC2::Route.NatGatewayId`.this@Stability(value=Stable) public CfnRouteProps.Builder networkInterfaceId(String networkInterfaceId)
CfnRouteProps.getNetworkInterfaceId()networkInterfaceId - `AWS::EC2::Route.NetworkInterfaceId`.this@Stability(value=Stable) public CfnRouteProps.Builder transitGatewayId(String transitGatewayId)
CfnRouteProps.getTransitGatewayId()transitGatewayId - `AWS::EC2::Route.TransitGatewayId`.this@Stability(value=Stable) public CfnRouteProps.Builder vpcEndpointId(String vpcEndpointId)
CfnRouteProps.getVpcEndpointId()vpcEndpointId - `AWS::EC2::Route.VpcEndpointId`.this@Stability(value=Stable) public CfnRouteProps.Builder vpcPeeringConnectionId(String vpcPeeringConnectionId)
CfnRouteProps.getVpcPeeringConnectionId()vpcPeeringConnectionId - `AWS::EC2::Route.VpcPeeringConnectionId`.this@Stability(value=Stable) public CfnRouteProps build()
build in interface software.amazon.jsii.Builder<CfnRouteProps>CfnRoutePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.