Package com.pulumi.aws.wafv2.inputs
Class RuleGroupRuleStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.wafv2.inputs.RuleGroupRuleStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchArgs.Builder
-
- Enclosing class:
- RuleGroupRuleStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchArgs
public static final class RuleGroupRuleStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(RuleGroupRuleStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchArgs defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(RuleGroupRuleStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchArgs defaults)
-
-
Method Detail
-
allQueryArguments
public RuleGroupRuleStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchArgs.Builder allQueryArguments(@Nullable com.pulumi.core.Output<RuleGroupRuleStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArgumentsArgs> allQueryArguments)
- Parameters:
allQueryArguments
- Inspect all query arguments.- Returns:
- builder
-
allQueryArguments
public RuleGroupRuleStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchArgs.Builder allQueryArguments(RuleGroupRuleStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArgumentsArgs allQueryArguments)
- Parameters:
allQueryArguments
- Inspect all query arguments.- Returns:
- builder
-
body
public RuleGroupRuleStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchArgs.Builder body(@Nullable com.pulumi.core.Output<RuleGroupRuleStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchBodyArgs> body)
- Parameters:
body
- Inspect the request body, which immediately follows the request headers.- Returns:
- builder
-
body
public RuleGroupRuleStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchArgs.Builder body(RuleGroupRuleStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchBodyArgs body)
- Parameters:
body
- Inspect the request body, which immediately follows the request headers.- Returns:
- builder
-
method
public RuleGroupRuleStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchArgs.Builder method(@Nullable com.pulumi.core.Output<RuleGroupRuleStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchMethodArgs> method)
- Parameters:
method
- Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.- Returns:
- builder
-
method
public RuleGroupRuleStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchArgs.Builder method(RuleGroupRuleStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchMethodArgs method)
- Parameters:
method
- Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.- Returns:
- builder
-
queryString
public RuleGroupRuleStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchArgs.Builder queryString(@Nullable com.pulumi.core.Output<RuleGroupRuleStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchQueryStringArgs> queryString)
- Parameters:
queryString
- Inspect the query string. This is the part of a URL that appears after a `?` character, if any.- Returns:
- builder
-
queryString
public RuleGroupRuleStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchArgs.Builder queryString(RuleGroupRuleStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchQueryStringArgs queryString)
- Parameters:
queryString
- Inspect the query string. This is the part of a URL that appears after a `?` character, if any.- Returns:
- builder
-
singleHeader
public RuleGroupRuleStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchArgs.Builder singleHeader(@Nullable com.pulumi.core.Output<RuleGroupRuleStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeaderArgs> singleHeader)
- Parameters:
singleHeader
- Inspect a single header. See Single Header below for details.- Returns:
- builder
-
singleHeader
public RuleGroupRuleStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchArgs.Builder singleHeader(RuleGroupRuleStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeaderArgs singleHeader)
- Parameters:
singleHeader
- Inspect a single header. See Single Header below for details.- Returns:
- builder
-
singleQueryArgument
public RuleGroupRuleStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchArgs.Builder singleQueryArgument(@Nullable com.pulumi.core.Output<RuleGroupRuleStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgumentArgs> singleQueryArgument)
- Parameters:
singleQueryArgument
- Inspect a single query argument. See Single Query Argument below for details.- Returns:
- builder
-
singleQueryArgument
public RuleGroupRuleStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchArgs.Builder singleQueryArgument(RuleGroupRuleStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgumentArgs singleQueryArgument)
- Parameters:
singleQueryArgument
- Inspect a single query argument. See Single Query Argument below for details.- Returns:
- builder
-
uriPath
public RuleGroupRuleStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchArgs.Builder uriPath(@Nullable com.pulumi.core.Output<RuleGroupRuleStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchUriPathArgs> uriPath)
- Parameters:
uriPath
- Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.- Returns:
- builder
-
uriPath
public RuleGroupRuleStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchArgs.Builder uriPath(RuleGroupRuleStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchUriPathArgs uriPath)
- Parameters:
uriPath
- Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.- Returns:
- builder
-
-