Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateLocalGatewayVirtualInterfaceRequest.Builder
Packages that use CreateLocalGatewayVirtualInterfaceRequest.Builder
Package
Description
-
Uses of CreateLocalGatewayVirtualInterfaceRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateLocalGatewayVirtualInterfaceRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.createLocalGatewayVirtualInterface(Consumer<CreateLocalGatewayVirtualInterfaceRequest.Builder> createLocalGatewayVirtualInterfaceRequest) Create a virtual interface for a local gateway.Ec2Client.createLocalGatewayVirtualInterface(Consumer<CreateLocalGatewayVirtualInterfaceRequest.Builder> createLocalGatewayVirtualInterfaceRequest) Create a virtual interface for a local gateway. -
Uses of CreateLocalGatewayVirtualInterfaceRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateLocalGatewayVirtualInterfaceRequest.BuilderModifier and TypeMethodDescriptionCreateLocalGatewayVirtualInterfaceRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.CreateLocalGatewayVirtualInterfaceRequest.Builder.localAddress(String localAddress) The IP address assigned to the local gateway virtual interface on the Outpost side.CreateLocalGatewayVirtualInterfaceRequest.Builder.localGatewayVirtualInterfaceGroupId(String localGatewayVirtualInterfaceGroupId) The ID of the local gateway virtual interface group.CreateLocalGatewayVirtualInterfaceRequest.Builder.outpostLagId(String outpostLagId) References the Link Aggregation Group (LAG) that connects the Outpost to on-premises network devices.CreateLocalGatewayVirtualInterfaceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateLocalGatewayVirtualInterfaceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateLocalGatewayVirtualInterfaceRequest.Builder.peerAddress(String peerAddress) The peer IP address for the local gateway virtual interface.CreateLocalGatewayVirtualInterfaceRequest.Builder.peerBgpAsn(Integer peerBgpAsn) The Autonomous System Number (ASN) of the Border Gateway Protocol (BGP) peer.CreateLocalGatewayVirtualInterfaceRequest.Builder.peerBgpAsnExtended(Long peerBgpAsnExtended) The extended 32-bit ASN of the BGP peer for use with larger ASN values.CreateLocalGatewayVirtualInterfaceRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to apply to a resource when the local gateway virtual interface is being created.CreateLocalGatewayVirtualInterfaceRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to apply to a resource when the local gateway virtual interface is being created.CreateLocalGatewayVirtualInterfaceRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to apply to a resource when the local gateway virtual interface is being created.CreateLocalGatewayVirtualInterfaceRequest.toBuilder()The virtual local area network (VLAN) used for the local gateway virtual interface.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateLocalGatewayVirtualInterfaceRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateLocalGatewayVirtualInterfaceRequest.Builder>CreateLocalGatewayVirtualInterfaceRequest.serializableBuilderClass()