Class ByteMatchSetArgs.Builder

  • Enclosing class:
    ByteMatchSetArgs

    public static final class ByteMatchSetArgs.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • byteMatchTuples

        public ByteMatchSetArgs.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 ByteMatchSetArgs.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 ByteMatchSetArgs.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 ByteMatchSetArgs.Builder name​(@Nullable
                                             com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - The name or description of the ByteMatchSet.
        Returns:
        builder
      • name

        public ByteMatchSetArgs.Builder name​(java.lang.String name)
        Parameters:
        name - The name or description of the ByteMatchSet.
        Returns:
        builder