Uses of Interface
software.amazon.awssdk.services.wafv2.model.IPSetReferenceStatement.Builder
-
Packages that use IPSetReferenceStatement.Builder Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of IPSetReferenceStatement.Builder in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return IPSetReferenceStatement.Builder Modifier and Type Method Description IPSetReferenceStatement.BuilderIPSetReferenceStatement.Builder. arn(String arn)The Amazon Resource Name (ARN) of the IPSet that this statement references.static IPSetReferenceStatement.BuilderIPSetReferenceStatement. builder()default IPSetReferenceStatement.BuilderIPSetReferenceStatement.Builder. ipSetForwardedIPConfig(Consumer<IPSetForwardedIPConfig.Builder> ipSetForwardedIPConfig)The configuration for inspecting IP addresses in an HTTP header that you specify, instead of using the IP address that's reported by the web request origin.IPSetReferenceStatement.BuilderIPSetReferenceStatement.Builder. ipSetForwardedIPConfig(IPSetForwardedIPConfig ipSetForwardedIPConfig)The configuration for inspecting IP addresses in an HTTP header that you specify, instead of using the IP address that's reported by the web request origin.IPSetReferenceStatement.BuilderIPSetReferenceStatement. toBuilder()Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type IPSetReferenceStatement.Builder Modifier and Type Method Description static Class<? extends IPSetReferenceStatement.Builder>IPSetReferenceStatement. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type IPSetReferenceStatement.Builder Modifier and Type Method Description default Statement.BuilderStatement.Builder. ipSetReferenceStatement(Consumer<IPSetReferenceStatement.Builder> ipSetReferenceStatement)A rule statement used to detect web requests coming from particular IP addresses or address ranges.
-