Interface IntegerConfigurationOptions.Builder

    • Method Detail

      • defaultValue

        IntegerConfigurationOptions.Builder defaultValue​(Integer defaultValue)

        The Security Hub default value for a control parameter that is an integer.

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

        IntegerConfigurationOptions.Builder min​(Integer min)

        The minimum valid value for a control parameter that is an integer.

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

        IntegerConfigurationOptions.Builder max​(Integer max)

        The maximum valid value for a control parameter that is an integer.

        Parameters:
        max - The maximum valid value for a control parameter that is an integer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.