static ServiceLinkVirtualInterface.Builder |
ServiceLinkVirtualInterface.builder() |
|
ServiceLinkVirtualInterface.Builder |
ServiceLinkVirtualInterface.Builder.configurationState(String configurationState) |
The current state of the service link virtual interface.
|
ServiceLinkVirtualInterface.Builder |
ServiceLinkVirtualInterface.Builder.configurationState(ServiceLinkVirtualInterfaceConfigurationState configurationState) |
The current state of the service link virtual interface.
|
ServiceLinkVirtualInterface.Builder |
ServiceLinkVirtualInterface.Builder.localAddress(String localAddress) |
The IPv4 address assigned to the local gateway virtual interface on the Outpost side.
|
ServiceLinkVirtualInterface.Builder |
ServiceLinkVirtualInterface.Builder.outpostArn(String outpostArn) |
The Outpost Amazon Resource Number (ARN) for the service link virtual interface.
|
ServiceLinkVirtualInterface.Builder |
ServiceLinkVirtualInterface.Builder.outpostId(String outpostId) |
The Outpost ID for the service link virtual interface.
|
ServiceLinkVirtualInterface.Builder |
ServiceLinkVirtualInterface.Builder.outpostLagId(String outpostLagId) |
The link aggregation group (LAG) ID for the service link virtual interface.
|
ServiceLinkVirtualInterface.Builder |
ServiceLinkVirtualInterface.Builder.ownerId(String ownerId) |
The ID of the Amazon Web Services account that owns the service link virtual interface..
|
ServiceLinkVirtualInterface.Builder |
ServiceLinkVirtualInterface.Builder.peerAddress(String peerAddress) |
The IPv4 peer address for the service link virtual interface.
|
ServiceLinkVirtualInterface.Builder |
ServiceLinkVirtualInterface.Builder.peerBgpAsn(Long peerBgpAsn) |
The ASN for the Border Gateway Protocol (BGP) associated with the service link virtual interface.
|
ServiceLinkVirtualInterface.Builder |
ServiceLinkVirtualInterface.Builder.serviceLinkVirtualInterfaceArn(String serviceLinkVirtualInterfaceArn) |
The Amazon Resource Number (ARN) for the service link virtual interface.
|
ServiceLinkVirtualInterface.Builder |
ServiceLinkVirtualInterface.Builder.serviceLinkVirtualInterfaceId(String serviceLinkVirtualInterfaceId) |
The ID of the service link virtual interface.
|
ServiceLinkVirtualInterface.Builder |
ServiceLinkVirtualInterface.Builder.tags(Collection<Tag> tags) |
The tags associated with the service link virtual interface.
|
ServiceLinkVirtualInterface.Builder |
ServiceLinkVirtualInterface.Builder.tags(Consumer<Tag.Builder>... tags) |
The tags associated with the service link virtual interface.
|
ServiceLinkVirtualInterface.Builder |
ServiceLinkVirtualInterface.Builder.tags(Tag... tags) |
The tags associated with the service link virtual interface.
|
ServiceLinkVirtualInterface.Builder |
ServiceLinkVirtualInterface.toBuilder() |
|
ServiceLinkVirtualInterface.Builder |
ServiceLinkVirtualInterface.Builder.vlan(Integer vlan) |
The virtual local area network for the service link virtual interface.
|