public static interface NewPublicVirtualInterfaceAllocation.Builder extends CopyableBuilder<NewPublicVirtualInterfaceAllocation.Builder,NewPublicVirtualInterfaceAllocation>
| Modifier and Type | Method and Description |
|---|---|
NewPublicVirtualInterfaceAllocation.Builder |
addressFamily(AddressFamily addressFamily)
Sets the value of the AddressFamily property for this object.
|
NewPublicVirtualInterfaceAllocation.Builder |
addressFamily(String addressFamily)
Sets the value of the AddressFamily property for this object.
|
NewPublicVirtualInterfaceAllocation.Builder |
amazonAddress(String amazonAddress)
Sets the value of the AmazonAddress property for this object.
|
NewPublicVirtualInterfaceAllocation.Builder |
asn(Integer asn)
Sets the value of the Asn property for this object.
|
NewPublicVirtualInterfaceAllocation.Builder |
authKey(String authKey)
Sets the value of the AuthKey property for this object.
|
NewPublicVirtualInterfaceAllocation.Builder |
customerAddress(String customerAddress)
Sets the value of the CustomerAddress property for this object.
|
NewPublicVirtualInterfaceAllocation.Builder |
routeFilterPrefixes(Collection<RouteFilterPrefix> routeFilterPrefixes)
Sets the value of the RouteFilterPrefixes property for this object.
|
NewPublicVirtualInterfaceAllocation.Builder |
routeFilterPrefixes(Consumer<RouteFilterPrefix.Builder>... routeFilterPrefixes)
Sets the value of the RouteFilterPrefixes property for this object.
|
NewPublicVirtualInterfaceAllocation.Builder |
routeFilterPrefixes(RouteFilterPrefix... routeFilterPrefixes)
Sets the value of the RouteFilterPrefixes property for this object.
|
NewPublicVirtualInterfaceAllocation.Builder |
virtualInterfaceName(String virtualInterfaceName)
Sets the value of the VirtualInterfaceName property for this object.
|
NewPublicVirtualInterfaceAllocation.Builder |
vlan(Integer vlan)
Sets the value of the Vlan property for this object.
|
copyapply, buildNewPublicVirtualInterfaceAllocation.Builder virtualInterfaceName(String virtualInterfaceName)
virtualInterfaceName - The new value for the VirtualInterfaceName property for this object.NewPublicVirtualInterfaceAllocation.Builder vlan(Integer vlan)
vlan - The new value for the Vlan property for this object.NewPublicVirtualInterfaceAllocation.Builder asn(Integer asn)
asn - The new value for the Asn property for this object.NewPublicVirtualInterfaceAllocation.Builder authKey(String authKey)
authKey - The new value for the AuthKey property for this object.NewPublicVirtualInterfaceAllocation.Builder amazonAddress(String amazonAddress)
amazonAddress - The new value for the AmazonAddress property for this object.NewPublicVirtualInterfaceAllocation.Builder customerAddress(String customerAddress)
customerAddress - The new value for the CustomerAddress property for this object.NewPublicVirtualInterfaceAllocation.Builder addressFamily(String addressFamily)
addressFamily - The new value for the AddressFamily property for this object.AddressFamily,
AddressFamilyNewPublicVirtualInterfaceAllocation.Builder addressFamily(AddressFamily addressFamily)
addressFamily - The new value for the AddressFamily property for this object.AddressFamily,
AddressFamilyNewPublicVirtualInterfaceAllocation.Builder routeFilterPrefixes(Collection<RouteFilterPrefix> routeFilterPrefixes)
routeFilterPrefixes - The new value for the RouteFilterPrefixes property for this object.NewPublicVirtualInterfaceAllocation.Builder routeFilterPrefixes(RouteFilterPrefix... routeFilterPrefixes)
routeFilterPrefixes - The new value for the RouteFilterPrefixes property for this object.NewPublicVirtualInterfaceAllocation.Builder routeFilterPrefixes(Consumer<RouteFilterPrefix.Builder>... routeFilterPrefixes)
List.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #routeFilterPrefixes(List) .routeFilterPrefixes - a consumer that will call methods on List.Builder #routeFilterPrefixes(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.