Uses of Class
software.amazon.awscdk.services.ec2.alpha.VpcV2Attributes.Builder
Packages that use VpcV2Attributes.Builder
-
Uses of VpcV2Attributes.Builder in software.amazon.awscdk.services.ec2.alpha
Methods in software.amazon.awscdk.services.ec2.alpha that return VpcV2Attributes.BuilderModifier and TypeMethodDescriptionstatic VpcV2Attributes.BuilderVpcV2Attributes.builder()VpcV2Attributes.Builder.ownerAccountId(String ownerAccountId) Sets the value ofVpcV2Attributes.getOwnerAccountId()Sets the value ofVpcV2Attributes.getRegion()VpcV2Attributes.Builder.secondaryCidrBlocks(List<? extends VPCCidrBlockattributes> secondaryCidrBlocks) Sets the value ofVpcV2Attributes.getSecondaryCidrBlocks()VpcV2Attributes.Builder.subnets(List<? extends SubnetV2Attributes> subnets) Sets the value ofVpcV2Attributes.getSubnets()VpcV2Attributes.Builder.vpcCidrBlock(String vpcCidrBlock) Sets the value ofVpcV2Attributes.getVpcCidrBlock()Sets the value ofVpcV2Attributes.getVpcId()VpcV2Attributes.Builder.vpnGatewayId(String vpnGatewayId) Sets the value ofVpcV2Attributes.getVpnGatewayId()Constructors in software.amazon.awscdk.services.ec2.alpha with parameters of type VpcV2Attributes.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(VpcV2Attributes.Builder builder) Constructor that initializes the object based on literal property values passed by theVpcV2Attributes.Builder.