Class ByteMatchSetByteMatchTupleFieldToMatchArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.wafregional.inputs.ByteMatchSetByteMatchTupleFieldToMatchArgs.Builder
-
- Enclosing class:
- ByteMatchSetByteMatchTupleFieldToMatchArgs
public static final class ByteMatchSetByteMatchTupleFieldToMatchArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ByteMatchSetByteMatchTupleFieldToMatchArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteMatchSetByteMatchTupleFieldToMatchArgs
build()
ByteMatchSetByteMatchTupleFieldToMatchArgs.Builder
data(com.pulumi.core.Output<java.lang.String> data)
ByteMatchSetByteMatchTupleFieldToMatchArgs.Builder
data(java.lang.String data)
ByteMatchSetByteMatchTupleFieldToMatchArgs.Builder
type(com.pulumi.core.Output<java.lang.String> type)
ByteMatchSetByteMatchTupleFieldToMatchArgs.Builder
type(java.lang.String type)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ByteMatchSetByteMatchTupleFieldToMatchArgs defaults)
-
-
Method Detail
-
data
public ByteMatchSetByteMatchTupleFieldToMatchArgs.Builder data(@Nullable com.pulumi.core.Output<java.lang.String> data)
- Parameters:
data
- When the value of Type is HEADER, enter the name of the header that you want AWS WAF to search, for example, User-Agent or Referer. If the value of Type is any other value, omit Data.- Returns:
- builder
-
data
public ByteMatchSetByteMatchTupleFieldToMatchArgs.Builder data(java.lang.String data)
- Parameters:
data
- When the value of Type is HEADER, enter the name of the header that you want AWS WAF to search, for example, User-Agent or Referer. If the value of Type is any other value, omit Data.- Returns:
- builder
-
type
public ByteMatchSetByteMatchTupleFieldToMatchArgs.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.- Returns:
- builder
-
type
public ByteMatchSetByteMatchTupleFieldToMatchArgs.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.- Returns:
- builder
-
build
public ByteMatchSetByteMatchTupleFieldToMatchArgs build()
-
-