Uses of Class
software.amazon.awscdk.cxapi.VpcContextResponse.Builder
Packages that use VpcContextResponse.Builder
-
Uses of VpcContextResponse.Builder in software.amazon.awscdk.cxapi
Methods in software.amazon.awscdk.cxapi that return VpcContextResponse.BuilderModifier and TypeMethodDescriptionVpcContextResponse.Builder.availabilityZones(List<String> availabilityZones) Sets the value ofVpcContextResponse.getAvailabilityZones()static VpcContextResponse.BuilderVpcContextResponse.builder()VpcContextResponse.Builder.isolatedSubnetIds(List<String> isolatedSubnetIds) Sets the value ofVpcContextResponse.getIsolatedSubnetIds()VpcContextResponse.Builder.isolatedSubnetNames(List<String> isolatedSubnetNames) Sets the value ofVpcContextResponse.getIsolatedSubnetNames()VpcContextResponse.Builder.isolatedSubnetRouteTableIds(List<String> isolatedSubnetRouteTableIds) Sets the value ofVpcContextResponse.getIsolatedSubnetRouteTableIds()VpcContextResponse.Builder.privateSubnetIds(List<String> privateSubnetIds) Sets the value ofVpcContextResponse.getPrivateSubnetIds()VpcContextResponse.Builder.privateSubnetNames(List<String> privateSubnetNames) Sets the value ofVpcContextResponse.getPrivateSubnetNames()VpcContextResponse.Builder.privateSubnetRouteTableIds(List<String> privateSubnetRouteTableIds) Sets the value ofVpcContextResponse.getPrivateSubnetRouteTableIds()VpcContextResponse.Builder.publicSubnetIds(List<String> publicSubnetIds) Sets the value ofVpcContextResponse.getPublicSubnetIds()VpcContextResponse.Builder.publicSubnetNames(List<String> publicSubnetNames) Sets the value ofVpcContextResponse.getPublicSubnetNames()VpcContextResponse.Builder.publicSubnetRouteTableIds(List<String> publicSubnetRouteTableIds) Sets the value ofVpcContextResponse.getPublicSubnetRouteTableIds()VpcContextResponse.Builder.subnetGroups(List<? extends VpcSubnetGroup> subnetGroups) Sets the value ofVpcContextResponse.getSubnetGroups()VpcContextResponse.Builder.vpcCidrBlock(String vpcCidrBlock) Sets the value ofVpcContextResponse.getVpcCidrBlock()Sets the value ofVpcContextResponse.getVpcId()VpcContextResponse.Builder.vpnGatewayId(String vpnGatewayId) Sets the value ofVpcContextResponse.getVpnGatewayId()Constructors in software.amazon.awscdk.cxapi with parameters of type VpcContextResponse.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(VpcContextResponse.Builder builder) Constructor that initializes the object based on literal property values passed by theVpcContextResponse.Builder.