Uses of Class
software.amazon.awscdk.services.ec2.alpha.VPCPeeringConnectionProps.Builder
Packages that use VPCPeeringConnectionProps.Builder
-
Uses of VPCPeeringConnectionProps.Builder in software.amazon.awscdk.services.ec2.alpha
Methods in software.amazon.awscdk.services.ec2.alpha that return VPCPeeringConnectionProps.BuilderModifier and TypeMethodDescriptionVPCPeeringConnectionProps.Builder.acceptorVpc
(IVpcV2 acceptorVpc) Sets the value ofVPCPeeringConnectionOptions.getAcceptorVpc()
VPCPeeringConnectionProps.builder()
VPCPeeringConnectionProps.Builder.peerRoleArn
(String peerRoleArn) Sets the value ofVPCPeeringConnectionOptions.getPeerRoleArn()
VPCPeeringConnectionProps.Builder.requestorVpc
(IVpcV2 requestorVpc) Sets the value ofVPCPeeringConnectionProps.getRequestorVpc()
VPCPeeringConnectionProps.Builder.vpcPeeringConnectionName
(String vpcPeeringConnectionName) Sets the value ofVPCPeeringConnectionOptions.getVpcPeeringConnectionName()
Constructors in software.amazon.awscdk.services.ec2.alpha with parameters of type VPCPeeringConnectionProps.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theVPCPeeringConnectionProps.Builder
.