Interface IntegerListConfigurationOptions.Builder

  • Method Details

    • 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

      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

      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

      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.