Interface ExtractionDefinitionNotFoundBehavior.Builder

  • Method Details

    • behavior

      The behavior type. USE_DEFAULT_VALUE returns the specified default value. OMIT excludes the field from the output.

      Parameters:
      behavior - The behavior type. USE_DEFAULT_VALUE returns the specified default value. OMIT excludes the field from the output.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • behavior

      The behavior type. USE_DEFAULT_VALUE returns the specified default value. OMIT excludes the field from the output.

      Parameters:
      behavior - The behavior type. USE_DEFAULT_VALUE returns the specified default value. OMIT excludes the field from the output.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • defaultValue

      The default value to use when the behavior is USE_DEFAULT_VALUE.

      Parameters:
      defaultValue - The default value to use when the behavior is USE_DEFAULT_VALUE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.