Interface StringValueWhenUnsetConfiguration.Builder

    • Method Detail

      • valueWhenUnsetOption

        StringValueWhenUnsetConfiguration.Builder valueWhenUnsetOption​(String valueWhenUnsetOption)

        The built-in options for default values. The value can be one of the following:

        • RECOMMENDED: The recommended value.

        • NULL: The NULL value.

        Parameters:
        valueWhenUnsetOption - The built-in options for default values. The value can be one of the following:

        • RECOMMENDED: The recommended value.

        • NULL: The NULL value.

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

        StringValueWhenUnsetConfiguration.Builder valueWhenUnsetOption​(ValueWhenUnsetOption valueWhenUnsetOption)

        The built-in options for default values. The value can be one of the following:

        • RECOMMENDED: The recommended value.

        • NULL: The NULL value.

        Parameters:
        valueWhenUnsetOption - The built-in options for default values. The value can be one of the following:

        • RECOMMENDED: The recommended value.

        • NULL: The NULL value.

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

        StringValueWhenUnsetConfiguration.Builder customValue​(String customValue)

        A custom value that's used when the value of a parameter isn't set.

        Parameters:
        customValue - A custom value that's used when the value of a parameter isn't set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.