Class ByteMatchSetState.Builder
- java.lang.Object
-
- com.pulumi.aws.wafregional.inputs.ByteMatchSetState.Builder
-
- Enclosing class:
- ByteMatchSetState
public static final class ByteMatchSetState.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ByteMatchSetState defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteMatchSetState
build()
ByteMatchSetState.Builder
byteMatchTuples(ByteMatchSetByteMatchTupleArgs... byteMatchTuples)
ByteMatchSetState.Builder
byteMatchTuples(com.pulumi.core.Output<java.util.List<ByteMatchSetByteMatchTupleArgs>> byteMatchTuples)
ByteMatchSetState.Builder
byteMatchTuples(java.util.List<ByteMatchSetByteMatchTupleArgs> byteMatchTuples)
ByteMatchSetState.Builder
name(com.pulumi.core.Output<java.lang.String> name)
ByteMatchSetState.Builder
name(java.lang.String name)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ByteMatchSetState defaults)
-
-
Method Detail
-
byteMatchTuples
public ByteMatchSetState.Builder byteMatchTuples(@Nullable com.pulumi.core.Output<java.util.List<ByteMatchSetByteMatchTupleArgs>> byteMatchTuples)
- Parameters:
byteMatchTuples
- Settings for the ByteMatchSet, such as the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests. ByteMatchTuple documented below.- Returns:
- builder
-
byteMatchTuples
public ByteMatchSetState.Builder byteMatchTuples(java.util.List<ByteMatchSetByteMatchTupleArgs> byteMatchTuples)
- Parameters:
byteMatchTuples
- Settings for the ByteMatchSet, such as the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests. ByteMatchTuple documented below.- Returns:
- builder
-
byteMatchTuples
public ByteMatchSetState.Builder byteMatchTuples(ByteMatchSetByteMatchTupleArgs... byteMatchTuples)
- Parameters:
byteMatchTuples
- Settings for the ByteMatchSet, such as the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests. ByteMatchTuple documented below.- Returns:
- builder
-
name
public ByteMatchSetState.Builder name(@Nullable com.pulumi.core.Output<java.lang.String> name)
- Parameters:
name
- The name or description of the ByteMatchSet.- Returns:
- builder
-
name
public ByteMatchSetState.Builder name(java.lang.String name)
- Parameters:
name
- The name or description of the ByteMatchSet.- Returns:
- builder
-
build
public ByteMatchSetState build()
-
-