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