Interface IntegerListConfigurationOptions.Builder

    • Method Detail

      • defaultValue

        IntegerListConfigurationOptions.Builder defaultValue​(Collection<Integer> defaultValue)

        The Security Hub default value for a control parameter that is a list of integers.

        Parameters:
        defaultValue - The Security Hub default value for a control parameter that is a list of integers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • defaultValue

        IntegerListConfigurationOptions.Builder defaultValue​(Integer... defaultValue)

        The Security Hub default value for a control parameter that is a list of integers.

        Parameters:
        defaultValue - The Security Hub default value for a control parameter that is a list of integers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • min

        IntegerListConfigurationOptions.Builder min​(Integer min)

        The minimum valid value for a control parameter that is a list of integers.

        Parameters:
        min - The minimum valid value for a control parameter that is a list of integers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • max

        IntegerListConfigurationOptions.Builder max​(Integer max)

        The maximum valid value for a control parameter that is a list of integers.

        Parameters:
        max - The maximum valid value for a control parameter that is a list of integers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxItems

        IntegerListConfigurationOptions.Builder maxItems​(Integer maxItems)

        The maximum number of list items that an interger list control parameter can accept.

        Parameters:
        maxItems - The maximum number of list items that an interger list control parameter can accept.
        Returns:
        Returns a reference to this object so that method calls can be chained together.