Interface DoubleConfigurationOptions.Builder

    • Method Detail

      • defaultValue

        DoubleConfigurationOptions.Builder defaultValue​(Double defaultValue)

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

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

        DoubleConfigurationOptions.Builder min​(Double min)

        The minimum valid value for a control parameter that is a double.

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

        DoubleConfigurationOptions.Builder max​(Double max)

        The maximum valid value for a control parameter that is a double.

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