CopyableBuilder<CreatePublicVirtualInterfaceResponse.Builder,CreatePublicVirtualInterfaceResponse>
, SdkBuilder<CreatePublicVirtualInterfaceResponse.Builder,CreatePublicVirtualInterfaceResponse>
public static interface CreatePublicVirtualInterfaceResponse.Builder extends CopyableBuilder<CreatePublicVirtualInterfaceResponse.Builder,CreatePublicVirtualInterfaceResponse>
copy
apply, build
CreatePublicVirtualInterfaceResponse.Builder ownerAccount(String ownerAccount)
The AWS account that will own the new virtual interface.
ownerAccount
- The AWS account that will own the new virtual interface.CreatePublicVirtualInterfaceResponse.Builder virtualInterfaceId(String virtualInterfaceId)
virtualInterfaceId
- CreatePublicVirtualInterfaceResponse.Builder location(String location)
location
- CreatePublicVirtualInterfaceResponse.Builder connectionId(String connectionId)
connectionId
- CreatePublicVirtualInterfaceResponse.Builder virtualInterfaceType(String virtualInterfaceType)
virtualInterfaceType
- CreatePublicVirtualInterfaceResponse.Builder virtualInterfaceName(String virtualInterfaceName)
virtualInterfaceName
- CreatePublicVirtualInterfaceResponse.Builder vlan(Integer vlan)
vlan
- CreatePublicVirtualInterfaceResponse.Builder asn(Integer asn)
asn
- CreatePublicVirtualInterfaceResponse.Builder authKey(String authKey)
authKey
- CreatePublicVirtualInterfaceResponse.Builder amazonAddress(String amazonAddress)
amazonAddress
- CreatePublicVirtualInterfaceResponse.Builder customerAddress(String customerAddress)
customerAddress
- CreatePublicVirtualInterfaceResponse.Builder addressFamily(String addressFamily)
addressFamily
- AddressFamily
CreatePublicVirtualInterfaceResponse.Builder addressFamily(AddressFamily addressFamily)
addressFamily
- AddressFamily
CreatePublicVirtualInterfaceResponse.Builder virtualInterfaceState(String virtualInterfaceState)
virtualInterfaceState
- VirtualInterfaceState
CreatePublicVirtualInterfaceResponse.Builder virtualInterfaceState(VirtualInterfaceState virtualInterfaceState)
virtualInterfaceState
- VirtualInterfaceState
CreatePublicVirtualInterfaceResponse.Builder customerRouterConfig(String customerRouterConfig)
Information for generating the customer router configuration.
customerRouterConfig
- Information for generating the customer router configuration.CreatePublicVirtualInterfaceResponse.Builder virtualGatewayId(String virtualGatewayId)
virtualGatewayId
- CreatePublicVirtualInterfaceResponse.Builder routeFilterPrefixes(Collection<RouteFilterPrefix> routeFilterPrefixes)
routeFilterPrefixes
- CreatePublicVirtualInterfaceResponse.Builder routeFilterPrefixes(RouteFilterPrefix... routeFilterPrefixes)
NOTE: This method appends the values to the existing list (if any). Use
#setRouteFilterPrefixes(java.util.Collection)
or
#withRouteFilterPrefixes(java.util.Collection)
if you want to override the existing values.
routeFilterPrefixes
- CreatePublicVirtualInterfaceResponse.Builder bgpPeers(Collection<BGPPeer> bgpPeers)
bgpPeers
- CreatePublicVirtualInterfaceResponse.Builder bgpPeers(BGPPeer... bgpPeers)
NOTE: This method appends the values to the existing list (if any). Use
#setBgpPeers(java.util.Collection)
or #withBgpPeers(java.util.Collection)
if you want to
override the existing values.
bgpPeers
- Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.