Interface NormalizedValue.Builder

All Superinterfaces:
Buildable, CopyableBuilder<NormalizedValue.Builder,NormalizedValue>, SdkBuilder<NormalizedValue.Builder,NormalizedValue>, SdkPojo
Enclosing class:
NormalizedValue

public static interface NormalizedValue.Builder extends SdkPojo, CopyableBuilder<NormalizedValue.Builder,NormalizedValue>
  • Method Details

    • value

      The value of the date, written as Year-Month-DayTHour:Minute:Second.

      Parameters:
      value - The value of the date, written as Year-Month-DayTHour:Minute:Second.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • valueType

      NormalizedValue.Builder valueType(String valueType)

      The normalized type of the value detected. In this case, DATE.

      Parameters:
      valueType - The normalized type of the value detected. In this case, DATE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • valueType

      NormalizedValue.Builder valueType(ValueType valueType)

      The normalized type of the value detected. In this case, DATE.

      Parameters:
      valueType - The normalized type of the value detected. In this case, DATE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: