Class ByteMatchSetState.Builder

  • Enclosing class:
    ByteMatchSetState

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

      • Builder

        public Builder()
    • 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