Uses of Interface
software.amazon.awssdk.services.ec2.model.TransitGatewayConnectPeerConfiguration.Builder
Packages that use TransitGatewayConnectPeerConfiguration.Builder
-
Uses of TransitGatewayConnectPeerConfiguration.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TransitGatewayConnectPeerConfiguration.BuilderModifier and TypeMethodDescriptionTransitGatewayConnectPeerConfiguration.Builder.bgpConfigurations(Collection<TransitGatewayAttachmentBgpConfiguration> bgpConfigurations) The BGP configuration details.TransitGatewayConnectPeerConfiguration.Builder.bgpConfigurations(Consumer<TransitGatewayAttachmentBgpConfiguration.Builder>... bgpConfigurations) The BGP configuration details.TransitGatewayConnectPeerConfiguration.Builder.bgpConfigurations(TransitGatewayAttachmentBgpConfiguration... bgpConfigurations) The BGP configuration details.TransitGatewayConnectPeerConfiguration.builder()TransitGatewayConnectPeerConfiguration.Builder.insideCidrBlocks(String... insideCidrBlocks) The range of interior BGP peer IP addresses.TransitGatewayConnectPeerConfiguration.Builder.insideCidrBlocks(Collection<String> insideCidrBlocks) The range of interior BGP peer IP addresses.TransitGatewayConnectPeerConfiguration.Builder.peerAddress(String peerAddress) The Connect peer IP address on the appliance side of the tunnel.The tunnel protocol.TransitGatewayConnectPeerConfiguration.Builder.protocol(ProtocolValue protocol) The tunnel protocol.TransitGatewayConnectPeerConfiguration.toBuilder()TransitGatewayConnectPeerConfiguration.Builder.transitGatewayAddress(String transitGatewayAddress) The Connect peer IP address on the transit gateway side of the tunnel.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TransitGatewayConnectPeerConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TransitGatewayConnectPeerConfiguration.Builder>TransitGatewayConnectPeerConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TransitGatewayConnectPeerConfiguration.BuilderModifier and TypeMethodDescriptionTransitGatewayConnectPeer.Builder.connectPeerConfiguration(Consumer<TransitGatewayConnectPeerConfiguration.Builder> connectPeerConfiguration) The Connect peer details.