Uses of Interface
software.amazon.awssdk.services.ec2.model.SecondaryInterface.Builder
Packages that use SecondaryInterface.Builder
-
Uses of SecondaryInterface.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SecondaryInterface.BuilderModifier and TypeMethodDescriptiondefault SecondaryInterface.BuilderSecondaryInterface.Builder.attachment(Consumer<SecondaryInterfaceAttachment.Builder> attachment) The attachment information for the secondary interface.SecondaryInterface.Builder.attachment(SecondaryInterfaceAttachment attachment) The attachment information for the secondary interface.SecondaryInterface.Builder.availabilityZone(String availabilityZone) The Availability Zone of the secondary interface.SecondaryInterface.Builder.availabilityZoneId(String availabilityZoneId) The ID of the Availability Zone of the secondary interface.static SecondaryInterface.BuilderSecondaryInterface.builder()SecondaryInterface.Builder.macAddress(String macAddress) The MAC address of the secondary interface.The ID of the Amazon Web Services account that owns the secondary interface.SecondaryInterface.Builder.privateIpv4Addresses(Collection<SecondaryInterfaceIpv4Address> privateIpv4Addresses) The private IPv4 addresses associated with the secondary interface.SecondaryInterface.Builder.privateIpv4Addresses(Consumer<SecondaryInterfaceIpv4Address.Builder>... privateIpv4Addresses) The private IPv4 addresses associated with the secondary interface.SecondaryInterface.Builder.privateIpv4Addresses(SecondaryInterfaceIpv4Address... privateIpv4Addresses) The private IPv4 addresses associated with the secondary interface.SecondaryInterface.Builder.secondaryInterfaceArn(String secondaryInterfaceArn) The Amazon Resource Name (ARN) of the secondary interface.SecondaryInterface.Builder.secondaryInterfaceId(String secondaryInterfaceId) The ID of the secondary interface.SecondaryInterface.Builder.secondaryInterfaceType(String secondaryInterfaceType) The type of secondary interface.SecondaryInterface.Builder.secondaryInterfaceType(SecondaryInterfaceType secondaryInterfaceType) The type of secondary interface.SecondaryInterface.Builder.secondaryNetworkId(String secondaryNetworkId) The ID of the secondary network.SecondaryInterface.Builder.secondaryNetworkType(String secondaryNetworkType) The type of the secondary network.SecondaryInterface.Builder.secondaryNetworkType(SecondaryNetworkType secondaryNetworkType) The type of the secondary network.SecondaryInterface.Builder.secondarySubnetId(String secondarySubnetId) The ID of the secondary subnet.SecondaryInterface.Builder.sourceDestCheck(Boolean sourceDestCheck) Indicates whether source/destination checking is enabled.The status of the secondary interface.SecondaryInterface.Builder.status(SecondaryInterfaceStatus status) The status of the secondary interface.SecondaryInterface.Builder.tags(Collection<Tag> tags) The tags assigned to the secondary interface.SecondaryInterface.Builder.tags(Consumer<Tag.Builder>... tags) The tags assigned to the secondary interface.The tags assigned to the secondary interface.SecondaryInterface.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SecondaryInterface.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SecondaryInterface.Builder>SecondaryInterface.serializableBuilderClass()