Uses of Class
com.ngrok.definitions.EndpointIpPolicyMutate.Builder
Packages that use EndpointIpPolicyMutate.Builder
-
Uses of EndpointIpPolicyMutate.Builder in com.ngrok.definitions
Methods in com.ngrok.definitions that return EndpointIpPolicyMutate.BuilderModifier and TypeMethodDescriptionEndpointIpPolicyMutate.Builder.enabled(boolean enabled) trueif the module will be applied to traffic,falseto disable.trueif the module will be applied to traffic,falseto disable.EndpointIpPolicyMutate.Builder.ipPolicyIds(List<String> ipPolicyIds) list of all IP policies that will be used to check if a source IP is allowed access to the endpointEndpointIpPolicyMutate.Builder.ipPolicyIds(Optional<List<String>> ipPolicyIds) list of all IP policies that will be used to check if a source IP is allowed access to the endpointEndpointIpPolicyMutate.newBuilder()Creates a new builder for theEndpointIpPolicyMutatetype.