public static interface NewPrivateVirtualInterface.Builder extends SdkPojo, CopyableBuilder<NewPrivateVirtualInterface.Builder,NewPrivateVirtualInterface>
Modifier and Type | Method and Description |
---|---|
NewPrivateVirtualInterface.Builder |
addressFamily(AddressFamily addressFamily)
The address family for the BGP peer.
|
NewPrivateVirtualInterface.Builder |
addressFamily(String addressFamily)
The address family for the BGP peer.
|
NewPrivateVirtualInterface.Builder |
amazonAddress(String amazonAddress)
The IP address assigned to the Amazon interface.
|
NewPrivateVirtualInterface.Builder |
asn(Integer asn)
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
|
NewPrivateVirtualInterface.Builder |
authKey(String authKey)
The authentication key for BGP configuration.
|
NewPrivateVirtualInterface.Builder |
customerAddress(String customerAddress)
The IP address assigned to the customer interface.
|
NewPrivateVirtualInterface.Builder |
directConnectGatewayId(String directConnectGatewayId)
The ID of the Direct Connect gateway.
|
NewPrivateVirtualInterface.Builder |
mtu(Integer mtu)
The maximum transmission unit (MTU), in bytes.
|
NewPrivateVirtualInterface.Builder |
virtualGatewayId(String virtualGatewayId)
The ID of the virtual private gateway.
|
NewPrivateVirtualInterface.Builder |
virtualInterfaceName(String virtualInterfaceName)
The name of the virtual interface assigned by the customer network.
|
NewPrivateVirtualInterface.Builder |
vlan(Integer vlan)
The ID of the VLAN.
|
copy
applyMutation, build
NewPrivateVirtualInterface.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.NewPrivateVirtualInterface.Builder vlan(Integer vlan)
The ID of the VLAN.
vlan
- The ID of the VLAN.NewPrivateVirtualInterface.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.NewPrivateVirtualInterface.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.NewPrivateVirtualInterface.Builder authKey(String authKey)
The authentication key for BGP configuration.
authKey
- The authentication key for BGP configuration.NewPrivateVirtualInterface.Builder amazonAddress(String amazonAddress)
The IP address assigned to the Amazon interface.
amazonAddress
- The IP address assigned to the Amazon interface.NewPrivateVirtualInterface.Builder customerAddress(String customerAddress)
The IP address assigned to the customer interface.
customerAddress
- The IP address assigned to the customer interface.NewPrivateVirtualInterface.Builder addressFamily(String addressFamily)
The address family for the BGP peer.
addressFamily
- The address family for the BGP peer.AddressFamily
,
AddressFamily
NewPrivateVirtualInterface.Builder addressFamily(AddressFamily addressFamily)
The address family for the BGP peer.
addressFamily
- The address family for the BGP peer.AddressFamily
,
AddressFamily
NewPrivateVirtualInterface.Builder virtualGatewayId(String virtualGatewayId)
The ID of the virtual private gateway.
virtualGatewayId
- The ID of the virtual private gateway.NewPrivateVirtualInterface.Builder directConnectGatewayId(String directConnectGatewayId)
The ID of the Direct Connect gateway.
directConnectGatewayId
- The ID of the Direct Connect gateway.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.