public static interface NewPrivateVirtualInterfaceAllocation.Builder extends SdkPojo, CopyableBuilder<NewPrivateVirtualInterfaceAllocation.Builder,NewPrivateVirtualInterfaceAllocation>
Modifier and Type | Method and Description |
---|---|
NewPrivateVirtualInterfaceAllocation.Builder |
addressFamily(AddressFamily addressFamily)
The address family for the BGP peer.
|
NewPrivateVirtualInterfaceAllocation.Builder |
addressFamily(String addressFamily)
The address family for the BGP peer.
|
NewPrivateVirtualInterfaceAllocation.Builder |
amazonAddress(String amazonAddress)
The IP address assigned to the Amazon interface.
|
NewPrivateVirtualInterfaceAllocation.Builder |
asn(Integer asn)
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
|
NewPrivateVirtualInterfaceAllocation.Builder |
authKey(String authKey)
The authentication key for BGP configuration.
|
NewPrivateVirtualInterfaceAllocation.Builder |
customerAddress(String customerAddress)
The IP address assigned to the customer interface.
|
NewPrivateVirtualInterfaceAllocation.Builder |
mtu(Integer mtu)
The maximum transmission unit (MTU), in bytes.
|
NewPrivateVirtualInterfaceAllocation.Builder |
virtualInterfaceName(String virtualInterfaceName)
The name of the virtual interface assigned by the customer network.
|
NewPrivateVirtualInterfaceAllocation.Builder |
vlan(Integer vlan)
The ID of the VLAN.
|
copy
applyMutation, build
NewPrivateVirtualInterfaceAllocation.Builder virtualInterfaceName(String virtualInterfaceName)
The name of the virtual interface assigned by the customer network.
virtualInterfaceName
- The name of the virtual interface assigned by the customer network.NewPrivateVirtualInterfaceAllocation.Builder vlan(Integer vlan)
The ID of the VLAN.
vlan
- The ID of the VLAN.NewPrivateVirtualInterfaceAllocation.Builder asn(Integer asn)
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
asn
- The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.NewPrivateVirtualInterfaceAllocation.Builder mtu(Integer mtu)
The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.
mtu
- The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default
value is 1500.NewPrivateVirtualInterfaceAllocation.Builder authKey(String authKey)
The authentication key for BGP configuration.
authKey
- The authentication key for BGP configuration.NewPrivateVirtualInterfaceAllocation.Builder amazonAddress(String amazonAddress)
The IP address assigned to the Amazon interface.
amazonAddress
- The IP address assigned to the Amazon interface.NewPrivateVirtualInterfaceAllocation.Builder addressFamily(String addressFamily)
The address family for the BGP peer.
addressFamily
- The address family for the BGP peer.AddressFamily
,
AddressFamily
NewPrivateVirtualInterfaceAllocation.Builder addressFamily(AddressFamily addressFamily)
The address family for the BGP peer.
addressFamily
- The address family for the BGP peer.AddressFamily
,
AddressFamily
NewPrivateVirtualInterfaceAllocation.Builder customerAddress(String customerAddress)
The IP address assigned to the customer interface.
customerAddress
- The IP address assigned to the customer interface.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.