| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
TransitGatewayConnectPeerConfiguration.Builder |
TransitGatewayConnectPeerConfiguration.Builder.bgpConfigurations(Collection<TransitGatewayAttachmentBgpConfiguration> bgpConfigurations)
The BGP configuration details.
|
TransitGatewayConnectPeerConfiguration.Builder |
TransitGatewayConnectPeerConfiguration.Builder.bgpConfigurations(Consumer<TransitGatewayAttachmentBgpConfiguration.Builder>... bgpConfigurations)
The BGP configuration details.
|
TransitGatewayConnectPeerConfiguration.Builder |
TransitGatewayConnectPeerConfiguration.Builder.bgpConfigurations(TransitGatewayAttachmentBgpConfiguration... bgpConfigurations)
The BGP configuration details.
|
static TransitGatewayConnectPeerConfiguration.Builder |
TransitGatewayConnectPeerConfiguration.builder() |
TransitGatewayConnectPeerConfiguration.Builder |
TransitGatewayConnectPeerConfiguration.Builder.insideCidrBlocks(Collection<String> insideCidrBlocks)
The range of interior BGP peer IP addresses.
|
TransitGatewayConnectPeerConfiguration.Builder |
TransitGatewayConnectPeerConfiguration.Builder.insideCidrBlocks(String... insideCidrBlocks)
The range of interior BGP peer IP addresses.
|
TransitGatewayConnectPeerConfiguration.Builder |
TransitGatewayConnectPeerConfiguration.Builder.peerAddress(String peerAddress)
The Connect peer IP address on the appliance side of the tunnel.
|
TransitGatewayConnectPeerConfiguration.Builder |
TransitGatewayConnectPeerConfiguration.Builder.protocol(ProtocolValue protocol)
The tunnel protocol.
|
TransitGatewayConnectPeerConfiguration.Builder |
TransitGatewayConnectPeerConfiguration.Builder.protocol(String protocol)
The tunnel protocol.
|
TransitGatewayConnectPeerConfiguration.Builder |
TransitGatewayConnectPeerConfiguration.toBuilder() |
TransitGatewayConnectPeerConfiguration.Builder |
TransitGatewayConnectPeerConfiguration.Builder.transitGatewayAddress(String transitGatewayAddress)
The Connect peer IP address on the transit gateway side of the tunnel.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TransitGatewayConnectPeerConfiguration.Builder> |
TransitGatewayConnectPeerConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default TransitGatewayConnectPeer.Builder |
TransitGatewayConnectPeer.Builder.connectPeerConfiguration(Consumer<TransitGatewayConnectPeerConfiguration.Builder> connectPeerConfiguration)
The Connect peer details.
|
Copyright © 2021. All rights reserved.