Uses of Interface
software.amazon.awssdk.services.ec2.model.InstanceSecondaryInterface.Builder
Packages that use InstanceSecondaryInterface.Builder
-
Uses of InstanceSecondaryInterface.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceSecondaryInterface.BuilderModifier and TypeMethodDescriptionInstanceSecondaryInterface.Builder.attachment(Consumer<InstanceSecondaryInterfaceAttachment.Builder> attachment) The attachment information for the secondary interface.InstanceSecondaryInterface.Builder.attachment(InstanceSecondaryInterfaceAttachment attachment) The attachment information for the secondary interface.InstanceSecondaryInterface.builder()InstanceSecondaryInterface.Builder.interfaceType(String interfaceType) The type of secondary interface.InstanceSecondaryInterface.Builder.interfaceType(SecondaryInterfaceType interfaceType) The type of secondary interface.InstanceSecondaryInterface.Builder.macAddress(String macAddress) The MAC address of the secondary interface.The Amazon Web Services account ID of the owner of the secondary interface.InstanceSecondaryInterface.Builder.privateIpAddresses(Collection<InstanceSecondaryInterfacePrivateIpAddress> privateIpAddresses) The private IPv4 addresses associated with the secondary interface.InstanceSecondaryInterface.Builder.privateIpAddresses(Consumer<InstanceSecondaryInterfacePrivateIpAddress.Builder>... privateIpAddresses) The private IPv4 addresses associated with the secondary interface.InstanceSecondaryInterface.Builder.privateIpAddresses(InstanceSecondaryInterfacePrivateIpAddress... privateIpAddresses) The private IPv4 addresses associated with the secondary interface.InstanceSecondaryInterface.Builder.secondaryInterfaceId(String secondaryInterfaceId) The ID of the secondary interface.InstanceSecondaryInterface.Builder.secondaryNetworkId(String secondaryNetworkId) The ID of the secondary network.InstanceSecondaryInterface.Builder.secondarySubnetId(String secondarySubnetId) The ID of the secondary subnet.InstanceSecondaryInterface.Builder.sourceDestCheck(Boolean sourceDestCheck) Indicates whether source/destination checking is enabled.The status of the secondary interface.InstanceSecondaryInterface.Builder.status(SecondaryInterfaceStatus status) The status of the secondary interface.InstanceSecondaryInterface.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceSecondaryInterface.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InstanceSecondaryInterface.Builder>InstanceSecondaryInterface.serializableBuilderClass()