Package com.pulumi.aws.wafv2.inputs
Class WebAclRuleStatementAndStatementStatementAndStatementStatementIpSetReferenceStatementArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.wafv2.inputs.WebAclRuleStatementAndStatementStatementAndStatementStatementIpSetReferenceStatementArgs.Builder
-
- Enclosing class:
- WebAclRuleStatementAndStatementStatementAndStatementStatementIpSetReferenceStatementArgs
public static final class WebAclRuleStatementAndStatementStatementAndStatementStatementIpSetReferenceStatementArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(WebAclRuleStatementAndStatementStatementAndStatementStatementIpSetReferenceStatementArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebAclRuleStatementAndStatementStatementAndStatementStatementIpSetReferenceStatementArgs.Builder
arn(com.pulumi.core.Output<java.lang.String> arn)
WebAclRuleStatementAndStatementStatementAndStatementStatementIpSetReferenceStatementArgs.Builder
arn(java.lang.String arn)
WebAclRuleStatementAndStatementStatementAndStatementStatementIpSetReferenceStatementArgs
build()
WebAclRuleStatementAndStatementStatementAndStatementStatementIpSetReferenceStatementArgs.Builder
ipSetForwardedIpConfig(WebAclRuleStatementAndStatementStatementAndStatementStatementIpSetReferenceStatementIpSetForwardedIpConfigArgs ipSetForwardedIpConfig)
WebAclRuleStatementAndStatementStatementAndStatementStatementIpSetReferenceStatementArgs.Builder
ipSetForwardedIpConfig(com.pulumi.core.Output<WebAclRuleStatementAndStatementStatementAndStatementStatementIpSetReferenceStatementIpSetForwardedIpConfigArgs> ipSetForwardedIpConfig)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(WebAclRuleStatementAndStatementStatementAndStatementStatementIpSetReferenceStatementArgs defaults)
-
-
Method Detail
-
arn
public WebAclRuleStatementAndStatementStatementAndStatementStatementIpSetReferenceStatementArgs.Builder arn(com.pulumi.core.Output<java.lang.String> arn)
- Parameters:
arn
- The Amazon Resource Name (ARN) of the IP Set that this statement references.- Returns:
- builder
-
arn
public WebAclRuleStatementAndStatementStatementAndStatementStatementIpSetReferenceStatementArgs.Builder arn(java.lang.String arn)
- Parameters:
arn
- The Amazon Resource Name (ARN) of the IP Set that this statement references.- Returns:
- builder
-
ipSetForwardedIpConfig
public WebAclRuleStatementAndStatementStatementAndStatementStatementIpSetReferenceStatementArgs.Builder ipSetForwardedIpConfig(@Nullable com.pulumi.core.Output<WebAclRuleStatementAndStatementStatementAndStatementStatementIpSetReferenceStatementIpSetForwardedIpConfigArgs> ipSetForwardedIpConfig)
- Parameters:
ipSetForwardedIpConfig
- 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. See IPSet Forwarded IP Config below for more details.- Returns:
- builder
-
ipSetForwardedIpConfig
public WebAclRuleStatementAndStatementStatementAndStatementStatementIpSetReferenceStatementArgs.Builder ipSetForwardedIpConfig(WebAclRuleStatementAndStatementStatementAndStatementStatementIpSetReferenceStatementIpSetForwardedIpConfigArgs ipSetForwardedIpConfig)
- Parameters:
ipSetForwardedIpConfig
- 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. See IPSet Forwarded IP Config below for more details.- Returns:
- builder
-
-