Interface Duration.Builder

    • Method Detail

      • durationType

        Duration.Builder durationType​(String durationType)

        The type of duration for InfluxDB parameters.

        Parameters:
        durationType - The type of duration for InfluxDB parameters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DurationType, DurationType
      • durationType

        Duration.Builder durationType​(DurationType durationType)

        The type of duration for InfluxDB parameters.

        Parameters:
        durationType - The type of duration for InfluxDB parameters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DurationType, DurationType
      • value

        Duration.Builder value​(Long value)

        The value of duration for InfluxDB parameters.

        Parameters:
        value - The value of duration for InfluxDB parameters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.