InboundEndpoint.DefinitionStages.WithIpConfigurations Interface

public static interface InboundEndpoint.DefinitionStages.WithIpConfigurations

The stage of the InboundEndpoint definition allowing to specify ipConfigurations.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withIpConfigurations(List<IpConfiguration> ipConfigurations)

Specifies the ipConfigurations property: IP configurations for the inbound endpoint..

Method Details

withIpConfigurations

public abstract InboundEndpoint.DefinitionStages.WithCreate withIpConfigurations(List<IpConfiguration> ipConfigurations)

Specifies the ipConfigurations property: IP configurations for the inbound endpoint..

Parameters:

ipConfigurations - IP configurations for the inbound endpoint.

Returns:

the next definition stage.

Applies to