Interface VerificationIPFlow.DefinitionStages.WithRemoteIP
- All Known Subinterfaces:
VerificationIPFlow.Definition
- Enclosing interface:
- VerificationIPFlow.DefinitionStages
public static interface VerificationIPFlow.DefinitionStages.WithRemoteIP
The remote IP address. Acceptable values are valid IPv4 addresses.
-
Method Summary
Modifier and TypeMethodDescriptionwithRemoteIPAddress(String remoteIPAddress) Set the remoteIPAddress value.
-
Method Details
-
withRemoteIPAddress
Set the remoteIPAddress value.- Parameters:
remoteIPAddress- the remoteIPAddress value to set- Returns:
- the next stage of the definition.
-