Interface IntegerListConfigurationOptions.Builder

All Superinterfaces:
Buildable, CopyableBuilder<IntegerListConfigurationOptions.Builder,IntegerListConfigurationOptions>, SdkBuilder<IntegerListConfigurationOptions.Builder,IntegerListConfigurationOptions>, SdkPojo
Enclosing class:
IntegerListConfigurationOptions

public static interface IntegerListConfigurationOptions.Builder extends SdkPojo, CopyableBuilder<IntegerListConfigurationOptions.Builder,IntegerListConfigurationOptions>
  • 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.