Uses of Class
software.amazon.awscdk.cxapi.VpcContextResponse.Builder
-
Uses of VpcContextResponse.Builder in software.amazon.awscdk.cxapi
Modifier and TypeMethodDescriptionVpcContextResponse.Builder.availabilityZones
(List<String> availabilityZones) Sets the value ofVpcContextResponse.getAvailabilityZones()
static VpcContextResponse.Builder
VpcContextResponse.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.ownerAccountId
(String ownerAccountId) Sets the value ofVpcContextResponse.getOwnerAccountId()
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()
Sets the value ofVpcContextResponse.getRegion()
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()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(VpcContextResponse.Builder builder) Constructor that initializes the object based on literal property values passed by theVpcContextResponse.Builder
.