Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnRouteMixinProps.Builder
Packages that use CfnRouteMixinProps.Builder
-
Uses of CfnRouteMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.ec2
Methods in software.amazon.awscdk.cfnpropertymixins.services.ec2 that return CfnRouteMixinProps.BuilderModifier and TypeMethodDescriptionstatic CfnRouteMixinProps.BuilderCfnRouteMixinProps.builder()CfnRouteMixinProps.Builder.carrierGatewayId(String carrierGatewayId) Sets the value ofCfnRouteMixinProps.getCarrierGatewayId()CfnRouteMixinProps.Builder.carrierGatewayId(ICarrierGatewayRef carrierGatewayId) Sets the value ofCfnRouteMixinProps.getCarrierGatewayId()CfnRouteMixinProps.Builder.coreNetworkArn(String coreNetworkArn) Sets the value ofCfnRouteMixinProps.getCoreNetworkArn()CfnRouteMixinProps.Builder.destinationCidrBlock(String destinationCidrBlock) Sets the value ofCfnRouteMixinProps.getDestinationCidrBlock()CfnRouteMixinProps.Builder.destinationIpv6CidrBlock(String destinationIpv6CidrBlock) Sets the value ofCfnRouteMixinProps.getDestinationIpv6CidrBlock()CfnRouteMixinProps.Builder.destinationPrefixListId(String destinationPrefixListId) Sets the value ofCfnRouteMixinProps.getDestinationPrefixListId()CfnRouteMixinProps.Builder.egressOnlyInternetGatewayId(String egressOnlyInternetGatewayId) Sets the value ofCfnRouteMixinProps.getEgressOnlyInternetGatewayId()CfnRouteMixinProps.Builder.egressOnlyInternetGatewayId(IEgressOnlyInternetGatewayRef egressOnlyInternetGatewayId) Sets the value ofCfnRouteMixinProps.getEgressOnlyInternetGatewayId()Sets the value ofCfnRouteMixinProps.getGatewayId()CfnRouteMixinProps.Builder.gatewayId(IInternetGatewayRef gatewayId) Sets the value ofCfnRouteMixinProps.getGatewayId()CfnRouteMixinProps.Builder.gatewayId(IVPNGatewayRef gatewayId) Sets the value ofCfnRouteMixinProps.getGatewayId()CfnRouteMixinProps.Builder.instanceId(String instanceId) Sets the value ofCfnRouteMixinProps.getInstanceId()CfnRouteMixinProps.Builder.instanceId(IInstanceRef instanceId) Sets the value ofCfnRouteMixinProps.getInstanceId()CfnRouteMixinProps.Builder.localGatewayId(String localGatewayId) Sets the value ofCfnRouteMixinProps.getLocalGatewayId()CfnRouteMixinProps.Builder.natGatewayId(String natGatewayId) Sets the value ofCfnRouteMixinProps.getNatGatewayId()CfnRouteMixinProps.Builder.natGatewayId(INatGatewayRef natGatewayId) Sets the value ofCfnRouteMixinProps.getNatGatewayId()CfnRouteMixinProps.Builder.networkInterfaceId(String networkInterfaceId) Sets the value ofCfnRouteMixinProps.getNetworkInterfaceId()CfnRouteMixinProps.Builder.routeTableId(String routeTableId) Sets the value ofCfnRouteMixinProps.getRouteTableId()CfnRouteMixinProps.Builder.routeTableId(IRouteTableRef routeTableId) Sets the value ofCfnRouteMixinProps.getRouteTableId()CfnRouteMixinProps.Builder.transitGatewayId(String transitGatewayId) Sets the value ofCfnRouteMixinProps.getTransitGatewayId()CfnRouteMixinProps.Builder.transitGatewayId(ITransitGatewayRef transitGatewayId) Sets the value ofCfnRouteMixinProps.getTransitGatewayId()CfnRouteMixinProps.Builder.vpcEndpointId(String vpcEndpointId) Sets the value ofCfnRouteMixinProps.getVpcEndpointId()CfnRouteMixinProps.Builder.vpcPeeringConnectionId(String vpcPeeringConnectionId) Sets the value ofCfnRouteMixinProps.getVpcPeeringConnectionId()CfnRouteMixinProps.Builder.vpcPeeringConnectionId(IVPCPeeringConnectionRef vpcPeeringConnectionId) Sets the value ofCfnRouteMixinProps.getVpcPeeringConnectionId()Constructors in software.amazon.awscdk.cfnpropertymixins.services.ec2 with parameters of type CfnRouteMixinProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnRouteMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRouteMixinProps.Builder.