Uses of Class
software.amazon.awscdk.services.ec2.InterfaceVpcEndpointAttributes.Builder
-
Uses of InterfaceVpcEndpointAttributes.Builder in software.amazon.awscdk.services.ec2
Modifier and TypeMethodDescriptionInterfaceVpcEndpointAttributes.builder()
Sets the value ofInterfaceVpcEndpointAttributes.getPort()
InterfaceVpcEndpointAttributes.Builder.securityGroupId
(String securityGroupId) Deprecated.use `securityGroups` insteadInterfaceVpcEndpointAttributes.Builder.securityGroups
(List<? extends ISecurityGroup> securityGroups) Sets the value ofInterfaceVpcEndpointAttributes.getSecurityGroups()
InterfaceVpcEndpointAttributes.Builder.vpcEndpointId
(String vpcEndpointId) Sets the value ofInterfaceVpcEndpointAttributes.getVpcEndpointId()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theInterfaceVpcEndpointAttributes.Builder
.