Uses of Interface
software.amazon.awssdk.services.ec2.model.ServiceLinkVirtualInterface.Builder
Packages that use ServiceLinkVirtualInterface.Builder
-
Uses of ServiceLinkVirtualInterface.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ServiceLinkVirtualInterface.BuilderModifier and TypeMethodDescriptionServiceLinkVirtualInterface.builder()ServiceLinkVirtualInterface.Builder.configurationState(String configurationState) The current state of the service link virtual interface.ServiceLinkVirtualInterface.Builder.configurationState(ServiceLinkVirtualInterfaceConfigurationState configurationState) The current state of the service link virtual interface.ServiceLinkVirtualInterface.Builder.localAddress(String localAddress) The IPv4 address assigned to the local gateway virtual interface on the Outpost side.ServiceLinkVirtualInterface.Builder.outpostArn(String outpostArn) The Outpost Amazon Resource Number (ARN) for the service link virtual interface.The Outpost ID for the service link virtual interface.ServiceLinkVirtualInterface.Builder.outpostLagId(String outpostLagId) The link aggregation group (LAG) ID for the service link virtual interface.The ID of the Amazon Web Services account that owns the service link virtual interface..ServiceLinkVirtualInterface.Builder.peerAddress(String peerAddress) The IPv4 peer address for the service link virtual interface.ServiceLinkVirtualInterface.Builder.peerBgpAsn(Long peerBgpAsn) The ASN for the Border Gateway Protocol (BGP) associated with the service link virtual interface.ServiceLinkVirtualInterface.Builder.serviceLinkVirtualInterfaceArn(String serviceLinkVirtualInterfaceArn) The Amazon Resource Number (ARN) for the service link virtual interface.ServiceLinkVirtualInterface.Builder.serviceLinkVirtualInterfaceId(String serviceLinkVirtualInterfaceId) The ID of the service link virtual interface.ServiceLinkVirtualInterface.Builder.tags(Collection<Tag> tags) The tags associated with the service link virtual interface.ServiceLinkVirtualInterface.Builder.tags(Consumer<Tag.Builder>... tags) The tags associated with the service link virtual interface.The tags associated with the service link virtual interface.ServiceLinkVirtualInterface.toBuilder()The virtual local area network for the service link virtual interface.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ServiceLinkVirtualInterface.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ServiceLinkVirtualInterface.Builder>ServiceLinkVirtualInterface.serializableBuilderClass()