| Package | Description |
|---|---|
| software.amazon.awssdk.services.directconnect.model |
| Modifier and Type | Method and Description |
|---|---|
NewPrivateVirtualInterfaceAllocation.Builder |
NewPrivateVirtualInterfaceAllocation.Builder.addressFamily(AddressFamily addressFamily)
The address family for the BGP peer.
|
NewPrivateVirtualInterfaceAllocation.Builder |
NewPrivateVirtualInterfaceAllocation.Builder.addressFamily(String addressFamily)
The address family for the BGP peer.
|
NewPrivateVirtualInterfaceAllocation.Builder |
NewPrivateVirtualInterfaceAllocation.Builder.amazonAddress(String amazonAddress)
The IP address assigned to the Amazon interface.
|
NewPrivateVirtualInterfaceAllocation.Builder |
NewPrivateVirtualInterfaceAllocation.Builder.asn(Integer asn)
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
|
NewPrivateVirtualInterfaceAllocation.Builder |
NewPrivateVirtualInterfaceAllocation.Builder.authKey(String authKey)
The authentication key for BGP configuration.
|
static NewPrivateVirtualInterfaceAllocation.Builder |
NewPrivateVirtualInterfaceAllocation.builder() |
NewPrivateVirtualInterfaceAllocation.Builder |
NewPrivateVirtualInterfaceAllocation.Builder.customerAddress(String customerAddress)
The IP address assigned to the customer interface.
|
NewPrivateVirtualInterfaceAllocation.Builder |
NewPrivateVirtualInterfaceAllocation.Builder.mtu(Integer mtu)
The maximum transmission unit (MTU), in bytes.
|
NewPrivateVirtualInterfaceAllocation.Builder |
NewPrivateVirtualInterfaceAllocation.Builder.tags(Collection<Tag> tags)
The tags associated with the private virtual interface.
|
NewPrivateVirtualInterfaceAllocation.Builder |
NewPrivateVirtualInterfaceAllocation.Builder.tags(Consumer<Tag.Builder>... tags)
The tags associated with the private virtual interface.
|
NewPrivateVirtualInterfaceAllocation.Builder |
NewPrivateVirtualInterfaceAllocation.Builder.tags(Tag... tags)
The tags associated with the private virtual interface.
|
NewPrivateVirtualInterfaceAllocation.Builder |
NewPrivateVirtualInterfaceAllocation.toBuilder() |
NewPrivateVirtualInterfaceAllocation.Builder |
NewPrivateVirtualInterfaceAllocation.Builder.virtualInterfaceName(String virtualInterfaceName)
The name of the virtual interface assigned by the customer network.
|
NewPrivateVirtualInterfaceAllocation.Builder |
NewPrivateVirtualInterfaceAllocation.Builder.vlan(Integer vlan)
The ID of the VLAN.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NewPrivateVirtualInterfaceAllocation.Builder> |
NewPrivateVirtualInterfaceAllocation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AllocatePrivateVirtualInterfaceRequest.Builder |
AllocatePrivateVirtualInterfaceRequest.Builder.newPrivateVirtualInterfaceAllocation(Consumer<NewPrivateVirtualInterfaceAllocation.Builder> newPrivateVirtualInterfaceAllocation)
Information about the private virtual interface.
|
Copyright © 2022. All rights reserved.