Package com.pulumi.aws.wafv2.inputs
Class WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.wafv2.inputs.WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs.Builder
-
- Enclosing class:
- WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs
public static final class WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs defaults)
-
-
Method Detail
-
allQueryArguments
public WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs.Builder allQueryArguments(@Nullable com.pulumi.core.Output<WebAclRuleStatementSizeConstraintStatementFieldToMatchAllQueryArgumentsArgs> allQueryArguments)
- Parameters:
allQueryArguments
- Inspect all query arguments.- Returns:
- builder
-
allQueryArguments
public WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs.Builder allQueryArguments(WebAclRuleStatementSizeConstraintStatementFieldToMatchAllQueryArgumentsArgs allQueryArguments)
- Parameters:
allQueryArguments
- Inspect all query arguments.- Returns:
- builder
-
body
public WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs.Builder body(@Nullable com.pulumi.core.Output<WebAclRuleStatementSizeConstraintStatementFieldToMatchBodyArgs> body)
- Parameters:
body
- Inspect the request body, which immediately follows the request headers. See `body` below for details.- Returns:
- builder
-
body
public WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs.Builder body(WebAclRuleStatementSizeConstraintStatementFieldToMatchBodyArgs body)
- Parameters:
body
- Inspect the request body, which immediately follows the request headers. See `body` below for details.- Returns:
- builder
-
cookies
public WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs.Builder cookies(@Nullable com.pulumi.core.Output<WebAclRuleStatementSizeConstraintStatementFieldToMatchCookiesArgs> cookies)
- Parameters:
cookies
- Inspect the cookies in the web request. See `cookies` below for details.- Returns:
- builder
-
cookies
public WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs.Builder cookies(WebAclRuleStatementSizeConstraintStatementFieldToMatchCookiesArgs cookies)
- Parameters:
cookies
- Inspect the cookies in the web request. See `cookies` below for details.- Returns:
- builder
-
headerOrders
public WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs.Builder headerOrders(@Nullable com.pulumi.core.Output<java.util.List<WebAclRuleStatementSizeConstraintStatementFieldToMatchHeaderOrderArgs>> headerOrders)
- Parameters:
headerOrders
- Inspect a string containing the list of the request's header names, ordered as they appear in the web request that AWS WAF receives for inspection. See `header_order` below for details.- Returns:
- builder
-
headerOrders
public WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs.Builder headerOrders(java.util.List<WebAclRuleStatementSizeConstraintStatementFieldToMatchHeaderOrderArgs> headerOrders)
- Parameters:
headerOrders
- Inspect a string containing the list of the request's header names, ordered as they appear in the web request that AWS WAF receives for inspection. See `header_order` below for details.- Returns:
- builder
-
headerOrders
public WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs.Builder headerOrders(WebAclRuleStatementSizeConstraintStatementFieldToMatchHeaderOrderArgs... headerOrders)
- Parameters:
headerOrders
- Inspect a string containing the list of the request's header names, ordered as they appear in the web request that AWS WAF receives for inspection. See `header_order` below for details.- Returns:
- builder
-
headers
public WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs.Builder headers(@Nullable com.pulumi.core.Output<java.util.List<WebAclRuleStatementSizeConstraintStatementFieldToMatchHeaderArgs>> headers)
- Parameters:
headers
- Inspect the request headers. See `headers` below for details.- Returns:
- builder
-
headers
public WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs.Builder headers(java.util.List<WebAclRuleStatementSizeConstraintStatementFieldToMatchHeaderArgs> headers)
- Parameters:
headers
- Inspect the request headers. See `headers` below for details.- Returns:
- builder
-
headers
public WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs.Builder headers(WebAclRuleStatementSizeConstraintStatementFieldToMatchHeaderArgs... headers)
- Parameters:
headers
- Inspect the request headers. See `headers` below for details.- Returns:
- builder
-
ja3Fingerprint
public WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs.Builder ja3Fingerprint(@Nullable com.pulumi.core.Output<WebAclRuleStatementSizeConstraintStatementFieldToMatchJa3FingerprintArgs> ja3Fingerprint)
- Parameters:
ja3Fingerprint
- Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details.- Returns:
- builder
-
ja3Fingerprint
public WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs.Builder ja3Fingerprint(WebAclRuleStatementSizeConstraintStatementFieldToMatchJa3FingerprintArgs ja3Fingerprint)
- Parameters:
ja3Fingerprint
- Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details.- Returns:
- builder
-
jsonBody
public WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs.Builder jsonBody(@Nullable com.pulumi.core.Output<WebAclRuleStatementSizeConstraintStatementFieldToMatchJsonBodyArgs> jsonBody)
- Parameters:
jsonBody
- Inspect the request body as JSON. See `json_body` for details.- Returns:
- builder
-
jsonBody
public WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs.Builder jsonBody(WebAclRuleStatementSizeConstraintStatementFieldToMatchJsonBodyArgs jsonBody)
- Parameters:
jsonBody
- Inspect the request body as JSON. See `json_body` for details.- Returns:
- builder
-
method
public WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs.Builder method(@Nullable com.pulumi.core.Output<WebAclRuleStatementSizeConstraintStatementFieldToMatchMethodArgs> 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 WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs.Builder method(WebAclRuleStatementSizeConstraintStatementFieldToMatchMethodArgs 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 WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs.Builder queryString(@Nullable com.pulumi.core.Output<WebAclRuleStatementSizeConstraintStatementFieldToMatchQueryStringArgs> 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 WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs.Builder queryString(WebAclRuleStatementSizeConstraintStatementFieldToMatchQueryStringArgs 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 WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs.Builder singleHeader(@Nullable com.pulumi.core.Output<WebAclRuleStatementSizeConstraintStatementFieldToMatchSingleHeaderArgs> singleHeader)
- Parameters:
singleHeader
- Inspect a single header. See `single_header` below for details.- Returns:
- builder
-
singleHeader
public WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs.Builder singleHeader(WebAclRuleStatementSizeConstraintStatementFieldToMatchSingleHeaderArgs singleHeader)
- Parameters:
singleHeader
- Inspect a single header. See `single_header` below for details.- Returns:
- builder
-
singleQueryArgument
public WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs.Builder singleQueryArgument(@Nullable com.pulumi.core.Output<WebAclRuleStatementSizeConstraintStatementFieldToMatchSingleQueryArgumentArgs> singleQueryArgument)
- Parameters:
singleQueryArgument
- Inspect a single query argument. See `single_query_argument` below for details.- Returns:
- builder
-
singleQueryArgument
public WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs.Builder singleQueryArgument(WebAclRuleStatementSizeConstraintStatementFieldToMatchSingleQueryArgumentArgs singleQueryArgument)
- Parameters:
singleQueryArgument
- Inspect a single query argument. See `single_query_argument` below for details.- Returns:
- builder
-
uriPath
public WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs.Builder uriPath(@Nullable com.pulumi.core.Output<WebAclRuleStatementSizeConstraintStatementFieldToMatchUriPathArgs> 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 WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs.Builder uriPath(WebAclRuleStatementSizeConstraintStatementFieldToMatchUriPathArgs 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
-
build
public WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs build()
-
-