Interface EnumListConfigurationOptions.Builder

    • Method Detail

      • defaultValue

        EnumListConfigurationOptions.Builder defaultValue​(Collection<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.
      • 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

        EnumListConfigurationOptions.Builder maxItems​(Integer 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

        EnumListConfigurationOptions.Builder allowedValues​(Collection<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.
      • 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.