Uses of Interface
software.amazon.awssdk.services.ec2.model.LocalGatewayVirtualInterface.Builder
Packages that use LocalGatewayVirtualInterface.Builder
-
Uses of LocalGatewayVirtualInterface.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return LocalGatewayVirtualInterface.BuilderModifier and TypeMethodDescriptionLocalGatewayVirtualInterface.builder()LocalGatewayVirtualInterface.Builder.configurationState(String configurationState) The current state of the local gateway virtual interface.LocalGatewayVirtualInterface.Builder.configurationState(LocalGatewayVirtualInterfaceConfigurationState configurationState) The current state of the local gateway virtual interface.LocalGatewayVirtualInterface.Builder.localAddress(String localAddress) The local address.LocalGatewayVirtualInterface.Builder.localBgpAsn(Integer localBgpAsn) The Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the local gateway.LocalGatewayVirtualInterface.Builder.localGatewayId(String localGatewayId) The ID of the local gateway.LocalGatewayVirtualInterface.Builder.localGatewayVirtualInterfaceArn(String localGatewayVirtualInterfaceArn) The Amazon Resource Number (ARN) of the local gateway virtual interface.LocalGatewayVirtualInterface.Builder.localGatewayVirtualInterfaceGroupId(String localGatewayVirtualInterfaceGroupId) The ID of the local gateway virtual interface group.LocalGatewayVirtualInterface.Builder.localGatewayVirtualInterfaceId(String localGatewayVirtualInterfaceId) The ID of the virtual interface.LocalGatewayVirtualInterface.Builder.outpostLagId(String outpostLagId) The Outpost LAG ID.The ID of the Amazon Web Services account that owns the local gateway virtual interface.LocalGatewayVirtualInterface.Builder.peerAddress(String peerAddress) The peer address.LocalGatewayVirtualInterface.Builder.peerBgpAsn(Integer peerBgpAsn) The peer BGP ASN.LocalGatewayVirtualInterface.Builder.peerBgpAsnExtended(Long peerBgpAsnExtended) The extended 32-bit ASN of the BGP peer for use with larger ASN values.LocalGatewayVirtualInterface.Builder.tags(Collection<Tag> tags) The tags assigned to the virtual interface.LocalGatewayVirtualInterface.Builder.tags(Consumer<Tag.Builder>... tags) The tags assigned to the virtual interface.The tags assigned to the virtual interface.LocalGatewayVirtualInterface.toBuilder()The ID of the VLAN.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LocalGatewayVirtualInterface.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LocalGatewayVirtualInterface.Builder>LocalGatewayVirtualInterface.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type LocalGatewayVirtualInterface.BuilderModifier and TypeMethodDescriptionCreateLocalGatewayVirtualInterfaceResponse.Builder.localGatewayVirtualInterface(Consumer<LocalGatewayVirtualInterface.Builder> localGatewayVirtualInterface) Information about the local gateway virtual interface.DeleteLocalGatewayVirtualInterfaceResponse.Builder.localGatewayVirtualInterface(Consumer<LocalGatewayVirtualInterface.Builder> localGatewayVirtualInterface) Information about the deleted local gateway virtual interface.