Interface ParameterConfiguration.Builder

    • Method Detail

      • valueType

        ParameterConfiguration.Builder valueType​(String valueType)

        Identifies whether a control parameter uses a custom user-defined value or subscribes to the default Security Hub behavior.

        When ValueType is set equal to DEFAULT, the default behavior can be a specific Security Hub default value, or the default behavior can be to ignore a specific parameter. When ValueType is set equal to DEFAULT, Security Hub ignores user-provided input for the Value field.

        When ValueType is set equal to CUSTOM, the Value field can't be empty.

        Parameters:
        valueType - Identifies whether a control parameter uses a custom user-defined value or subscribes to the default Security Hub behavior.

        When ValueType is set equal to DEFAULT, the default behavior can be a specific Security Hub default value, or the default behavior can be to ignore a specific parameter. When ValueType is set equal to DEFAULT, Security Hub ignores user-provided input for the Value field.

        When ValueType is set equal to CUSTOM, the Value field can't be empty.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ParameterValueType, ParameterValueType
      • valueType

        ParameterConfiguration.Builder valueType​(ParameterValueType valueType)

        Identifies whether a control parameter uses a custom user-defined value or subscribes to the default Security Hub behavior.

        When ValueType is set equal to DEFAULT, the default behavior can be a specific Security Hub default value, or the default behavior can be to ignore a specific parameter. When ValueType is set equal to DEFAULT, Security Hub ignores user-provided input for the Value field.

        When ValueType is set equal to CUSTOM, the Value field can't be empty.

        Parameters:
        valueType - Identifies whether a control parameter uses a custom user-defined value or subscribes to the default Security Hub behavior.

        When ValueType is set equal to DEFAULT, the default behavior can be a specific Security Hub default value, or the default behavior can be to ignore a specific parameter. When ValueType is set equal to DEFAULT, Security Hub ignores user-provided input for the Value field.

        When ValueType is set equal to CUSTOM, the Value field can't be empty.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ParameterValueType, ParameterValueType
      • value

        ParameterConfiguration.Builder value​(ParameterValue value)

        The current value of a control parameter.

        Parameters:
        value - The current value of a control parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.