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