Interface EnumListConfigurationOptions.Builder

  • Method Details

    • defaultValue

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

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

      EnumListConfigurationOptions.Builder defaultValue(String... defaultValue)

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

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

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

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

      The valid values for a control parameter that is a list of enums.

      Parameters:
      allowedValues - The valid values for a control parameter that is a list of enums.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowedValues

      EnumListConfigurationOptions.Builder allowedValues(String... allowedValues)

      The valid values for a control parameter that is a list of enums.

      Parameters:
      allowedValues - The valid values for a control parameter that is a list of enums.
      Returns:
      Returns a reference to this object so that method calls can be chained together.