Uses of Interface
software.amazon.awssdk.services.ec2.model.LaunchTemplateInstanceSecondaryInterfaceSpecification.Builder
Packages that use LaunchTemplateInstanceSecondaryInterfaceSpecification.Builder
-
Uses of LaunchTemplateInstanceSecondaryInterfaceSpecification.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return LaunchTemplateInstanceSecondaryInterfaceSpecification.BuilderModifier and TypeMethodDescriptionLaunchTemplateInstanceSecondaryInterfaceSpecification.builder()LaunchTemplateInstanceSecondaryInterfaceSpecification.Builder.deleteOnTermination(Boolean deleteOnTermination) Indicates whether the secondary interface is deleted when the instance is terminated.LaunchTemplateInstanceSecondaryInterfaceSpecification.Builder.deviceIndex(Integer deviceIndex) The device index for the secondary interface attachment.LaunchTemplateInstanceSecondaryInterfaceSpecification.Builder.interfaceType(String interfaceType) The type of secondary interface.LaunchTemplateInstanceSecondaryInterfaceSpecification.Builder.interfaceType(SecondaryInterfaceType interfaceType) The type of secondary interface.LaunchTemplateInstanceSecondaryInterfaceSpecification.Builder.networkCardIndex(Integer networkCardIndex) The index of the network card.LaunchTemplateInstanceSecondaryInterfaceSpecification.Builder.privateIpAddressCount(Integer privateIpAddressCount) The number of private IPv4 addresses to assign to the secondary interface.LaunchTemplateInstanceSecondaryInterfaceSpecification.Builder.privateIpAddresses(Collection<SecondaryInterfacePrivateIpAddressSpecification> privateIpAddresses) The private IPv4 addresses to assign to the secondary interface.LaunchTemplateInstanceSecondaryInterfaceSpecification.Builder.privateIpAddresses(Consumer<SecondaryInterfacePrivateIpAddressSpecification.Builder>... privateIpAddresses) The private IPv4 addresses to assign to the secondary interface.LaunchTemplateInstanceSecondaryInterfaceSpecification.Builder.privateIpAddresses(SecondaryInterfacePrivateIpAddressSpecification... privateIpAddresses) The private IPv4 addresses to assign to the secondary interface.LaunchTemplateInstanceSecondaryInterfaceSpecification.Builder.secondarySubnetId(String secondarySubnetId) The ID of the secondary subnet.LaunchTemplateInstanceSecondaryInterfaceSpecification.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LaunchTemplateInstanceSecondaryInterfaceSpecification.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LaunchTemplateInstanceSecondaryInterfaceSpecification.Builder>LaunchTemplateInstanceSecondaryInterfaceSpecification.serializableBuilderClass()