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