Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.Builder
Packages that use CfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.Builder
-
Uses of CfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.Builder in software.amazon.awscdk.cfnpropertymixins.services.ec2
Methods in software.amazon.awscdk.cfnpropertymixins.services.ec2 that return CfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.BuilderModifier and TypeMethodDescriptionCfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.Builder.associateCarrierIpAddress(Boolean associateCarrierIpAddress) CfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.Builder.associateCarrierIpAddress(IResolvable associateCarrierIpAddress) CfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.Builder.associatePublicIpAddress(Boolean associatePublicIpAddress) CfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.Builder.associatePublicIpAddress(IResolvable associatePublicIpAddress) CfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.builder()CfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.Builder.connectionTrackingSpecification(CfnLaunchTemplatePropsMixin.ConnectionTrackingSpecificationProperty connectionTrackingSpecification) CfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.Builder.connectionTrackingSpecification(IResolvable connectionTrackingSpecification) CfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.Builder.deleteOnTermination(Boolean deleteOnTermination) CfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.Builder.deleteOnTermination(IResolvable deleteOnTermination) CfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.Builder.description(String description) Sets the value ofCfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.getDescription()CfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.Builder.deviceIndex(Number deviceIndex) Sets the value ofCfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.getDeviceIndex()CfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.Builder.enaQueueCount(Number enaQueueCount) Sets the value ofCfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.getEnaQueueCount()CfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.Builder.enaSrdSpecification(CfnLaunchTemplatePropsMixin.EnaSrdSpecificationProperty enaSrdSpecification) CfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.Builder.enaSrdSpecification(IResolvable enaSrdSpecification) Sets the value ofCfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.getGroups()CfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.Builder.interfaceType(String interfaceType) Sets the value ofCfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.getInterfaceType()CfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.Builder.ipv4PrefixCount(Number ipv4PrefixCount) CfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.Builder.ipv4Prefixes(List<? extends Object> ipv4Prefixes) Sets the value ofCfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.getIpv4Prefixes()CfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.Builder.ipv4Prefixes(IResolvable ipv4Prefixes) Sets the value ofCfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.getIpv4Prefixes()CfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.Builder.ipv6AddressCount(Number ipv6AddressCount) CfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.Builder.ipv6Addresses(List<? extends Object> ipv6Addresses) Sets the value ofCfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.getIpv6Addresses()CfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.Builder.ipv6Addresses(IResolvable ipv6Addresses) Sets the value ofCfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.getIpv6Addresses()CfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.Builder.ipv6PrefixCount(Number ipv6PrefixCount) CfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.Builder.ipv6Prefixes(List<? extends Object> ipv6Prefixes) Sets the value ofCfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.getIpv6Prefixes()CfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.Builder.ipv6Prefixes(IResolvable ipv6Prefixes) Sets the value ofCfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.getIpv6Prefixes()CfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.Builder.networkCardIndex(Number networkCardIndex) CfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.Builder.networkInterfaceId(String networkInterfaceId) CfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.Builder.networkInterfaceId(INetworkInterfaceRef networkInterfaceId) CfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.Builder.primaryIpv6(Boolean primaryIpv6) Sets the value ofCfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.getPrimaryIpv6()CfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.Builder.primaryIpv6(IResolvable primaryIpv6) Sets the value ofCfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.getPrimaryIpv6()CfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.Builder.privateIpAddress(String privateIpAddress) CfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.Builder.privateIpAddresses(List<? extends Object> privateIpAddresses) CfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.Builder.privateIpAddresses(IResolvable privateIpAddresses) CfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.Builder.secondaryPrivateIpAddressCount(Number secondaryPrivateIpAddressCount) Sets the value ofCfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.getSubnetId()CfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.Builder.subnetId(ISubnetRef subnetId) Sets the value ofCfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.getSubnetId()Constructors in software.amazon.awscdk.cfnpropertymixins.services.ec2 with parameters of type CfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLaunchTemplatePropsMixin.NetworkInterfaceProperty.Builder.