Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnVPCEndpointMixinProps.Builder
Packages that use CfnVPCEndpointMixinProps.Builder
-
Uses of CfnVPCEndpointMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.ec2
Methods in software.amazon.awscdk.cfnpropertymixins.services.ec2 that return CfnVPCEndpointMixinProps.BuilderModifier and TypeMethodDescriptionCfnVPCEndpointMixinProps.builder()CfnVPCEndpointMixinProps.Builder.dnsOptions(CfnVPCEndpointPropsMixin.DnsOptionsSpecificationProperty dnsOptions) Sets the value ofCfnVPCEndpointMixinProps.getDnsOptions()CfnVPCEndpointMixinProps.Builder.dnsOptions(IResolvable dnsOptions) Sets the value ofCfnVPCEndpointMixinProps.getDnsOptions()CfnVPCEndpointMixinProps.Builder.ipAddressType(String ipAddressType) Sets the value ofCfnVPCEndpointMixinProps.getIpAddressType()CfnVPCEndpointMixinProps.Builder.policyDocument(Object policyDocument) Sets the value ofCfnVPCEndpointMixinProps.getPolicyDocument()CfnVPCEndpointMixinProps.Builder.privateDnsEnabled(Boolean privateDnsEnabled) Sets the value ofCfnVPCEndpointMixinProps.getPrivateDnsEnabled()CfnVPCEndpointMixinProps.Builder.privateDnsEnabled(IResolvable privateDnsEnabled) Sets the value ofCfnVPCEndpointMixinProps.getPrivateDnsEnabled()CfnVPCEndpointMixinProps.Builder.resourceConfigurationArn(String resourceConfigurationArn) Sets the value ofCfnVPCEndpointMixinProps.getResourceConfigurationArn()CfnVPCEndpointMixinProps.Builder.routeTableIds(List<? extends Object> routeTableIds) Sets the value ofCfnVPCEndpointMixinProps.getRouteTableIds()CfnVPCEndpointMixinProps.Builder.securityGroupIds(List<? extends Object> securityGroupIds) Sets the value ofCfnVPCEndpointMixinProps.getSecurityGroupIds()CfnVPCEndpointMixinProps.Builder.serviceName(String serviceName) Sets the value ofCfnVPCEndpointMixinProps.getServiceName()CfnVPCEndpointMixinProps.Builder.serviceNetworkArn(String serviceNetworkArn) Sets the value ofCfnVPCEndpointMixinProps.getServiceNetworkArn()CfnVPCEndpointMixinProps.Builder.serviceRegion(String serviceRegion) Sets the value ofCfnVPCEndpointMixinProps.getServiceRegion()Sets the value ofCfnVPCEndpointMixinProps.getSubnetIds()Sets the value ofCfnVPCEndpointMixinProps.getTags()CfnVPCEndpointMixinProps.Builder.vpcEndpointType(String vpcEndpointType) Sets the value ofCfnVPCEndpointMixinProps.getVpcEndpointType()Sets the value ofCfnVPCEndpointMixinProps.getVpcId()Sets the value ofCfnVPCEndpointMixinProps.getVpcId()Constructors in software.amazon.awscdk.cfnpropertymixins.services.ec2 with parameters of type CfnVPCEndpointMixinProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnVPCEndpointMixinProps.Builder.