NewPublicVirtualInterfaceAllocation.Builder |
NewPublicVirtualInterfaceAllocation.Builder.addressFamily(String addressFamily) |
The address family for the BGP peer.
|
NewPublicVirtualInterfaceAllocation.Builder |
NewPublicVirtualInterfaceAllocation.Builder.addressFamily(AddressFamily addressFamily) |
The address family for the BGP peer.
|
NewPublicVirtualInterfaceAllocation.Builder |
NewPublicVirtualInterfaceAllocation.Builder.amazonAddress(String amazonAddress) |
The IP address assigned to the Amazon interface.
|
NewPublicVirtualInterfaceAllocation.Builder |
NewPublicVirtualInterfaceAllocation.Builder.asn(Integer asn) |
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
|
NewPublicVirtualInterfaceAllocation.Builder |
NewPublicVirtualInterfaceAllocation.Builder.authKey(String authKey) |
The authentication key for BGP configuration.
|
static NewPublicVirtualInterfaceAllocation.Builder |
NewPublicVirtualInterfaceAllocation.builder() |
|
NewPublicVirtualInterfaceAllocation.Builder |
NewPublicVirtualInterfaceAllocation.Builder.customerAddress(String customerAddress) |
The IP address assigned to the customer interface.
|
NewPublicVirtualInterfaceAllocation.Builder |
NewPublicVirtualInterfaceAllocation.Builder.routeFilterPrefixes(Collection<RouteFilterPrefix> routeFilterPrefixes) |
The routes to be advertised to the Amazon Web Services network in this Region.
|
NewPublicVirtualInterfaceAllocation.Builder |
NewPublicVirtualInterfaceAllocation.Builder.routeFilterPrefixes(Consumer<RouteFilterPrefix.Builder>... routeFilterPrefixes) |
The routes to be advertised to the Amazon Web Services network in this Region.
|
NewPublicVirtualInterfaceAllocation.Builder |
NewPublicVirtualInterfaceAllocation.Builder.routeFilterPrefixes(RouteFilterPrefix... routeFilterPrefixes) |
The routes to be advertised to the Amazon Web Services network in this Region.
|
NewPublicVirtualInterfaceAllocation.Builder |
NewPublicVirtualInterfaceAllocation.Builder.tags(Collection<Tag> tags) |
The tags associated with the public virtual interface.
|
NewPublicVirtualInterfaceAllocation.Builder |
NewPublicVirtualInterfaceAllocation.Builder.tags(Consumer<Tag.Builder>... tags) |
The tags associated with the public virtual interface.
|
NewPublicVirtualInterfaceAllocation.Builder |
NewPublicVirtualInterfaceAllocation.Builder.tags(Tag... tags) |
The tags associated with the public virtual interface.
|
NewPublicVirtualInterfaceAllocation.Builder |
NewPublicVirtualInterfaceAllocation.toBuilder() |
|
NewPublicVirtualInterfaceAllocation.Builder |
NewPublicVirtualInterfaceAllocation.Builder.virtualInterfaceName(String virtualInterfaceName) |
The name of the virtual interface assigned by the customer network.
|
NewPublicVirtualInterfaceAllocation.Builder |
NewPublicVirtualInterfaceAllocation.Builder.vlan(Integer vlan) |
The ID of the VLAN.
|