Class SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatchArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.wafregional.inputs.SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatchArgs.Builder
-
- Enclosing class:
- SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatchArgs
public static final class SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatchArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatchArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatchArgs
build()
SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatchArgs.Builder
data(com.pulumi.core.Output<java.lang.String> data)
SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatchArgs.Builder
data(java.lang.String data)
SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatchArgs.Builder
type(com.pulumi.core.Output<java.lang.String> type)
SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatchArgs.Builder
type(java.lang.String type)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatchArgs defaults)
-
-
Method Detail
-
data
public SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatchArgs.Builder data(@Nullable com.pulumi.core.Output<java.lang.String> data)
- Parameters:
data
- When `type` is `HEADER`, enter the name of the header that you want to search, e.g., `User-Agent` or `Referer`. If `type` is any other value, omit this field.- Returns:
- builder
-
data
public SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatchArgs.Builder data(java.lang.String data)
- Parameters:
data
- When `type` is `HEADER`, enter the name of the header that you want to search, e.g., `User-Agent` or `Referer`. If `type` is any other value, omit this field.- Returns:
- builder
-
type
public SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatchArgs.Builder type(com.pulumi.core.Output<java.lang.String> type)
- Parameters:
type
- The part of the web request that you want AWS WAF to search for a specified string. e.g., `HEADER`, `METHOD` or `BODY`. See [docs](https://docs.aws.amazon.com/waf/latest/APIReference/API_regional_FieldToMatch.html) for all supported values.- Returns:
- builder
-
type
public SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatchArgs.Builder type(java.lang.String type)
- Parameters:
type
- The part of the web request that you want AWS WAF to search for a specified string. e.g., `HEADER`, `METHOD` or `BODY`. See [docs](https://docs.aws.amazon.com/waf/latest/APIReference/API_regional_FieldToMatch.html) for all supported values.- Returns:
- builder
-
build
public SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatchArgs build()
-
-