Uses of Class
software.amazon.awscdk.services.ec2.InterfaceVpcEndpointProps.Builder
Packages that use InterfaceVpcEndpointProps.Builder
-
Uses of InterfaceVpcEndpointProps.Builder in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return InterfaceVpcEndpointProps.BuilderModifier and TypeMethodDescriptionInterfaceVpcEndpointProps.builder()
InterfaceVpcEndpointProps.Builder.dnsRecordIpType
(VpcEndpointDnsRecordIpType dnsRecordIpType) Sets the value ofInterfaceVpcEndpointOptions.getDnsRecordIpType()
InterfaceVpcEndpointProps.Builder.ipAddressType
(VpcEndpointIpAddressType ipAddressType) Sets the value ofInterfaceVpcEndpointOptions.getIpAddressType()
InterfaceVpcEndpointProps.Builder.lookupSupportedAzs
(Boolean lookupSupportedAzs) Sets the value ofInterfaceVpcEndpointOptions.getLookupSupportedAzs()
Sets the value ofInterfaceVpcEndpointOptions.getOpen()
InterfaceVpcEndpointProps.Builder.privateDnsEnabled
(Boolean privateDnsEnabled) Sets the value ofInterfaceVpcEndpointOptions.getPrivateDnsEnabled()
InterfaceVpcEndpointProps.Builder.privateDnsOnlyForInboundResolverEndpoint
(VpcEndpointPrivateDnsOnlyForInboundResolverEndpoint privateDnsOnlyForInboundResolverEndpoint) InterfaceVpcEndpointProps.Builder.securityGroups
(List<? extends ISecurityGroup> securityGroups) Sets the value ofInterfaceVpcEndpointOptions.getSecurityGroups()
InterfaceVpcEndpointProps.Builder.service
(IInterfaceVpcEndpointService service) Sets the value ofInterfaceVpcEndpointOptions.getService()
InterfaceVpcEndpointProps.Builder.serviceRegion
(String serviceRegion) Sets the value ofInterfaceVpcEndpointOptions.getServiceRegion()
InterfaceVpcEndpointProps.Builder.subnets
(SubnetSelection subnets) Sets the value ofInterfaceVpcEndpointOptions.getSubnets()
Sets the value ofInterfaceVpcEndpointProps.getVpc()
Constructors in software.amazon.awscdk.services.ec2 with parameters of type InterfaceVpcEndpointProps.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theInterfaceVpcEndpointProps.Builder
.