Interface TimeBasedLinear.Builder

    • Method Detail

      • linearPercentage

        TimeBasedLinear.Builder linearPercentage​(Integer linearPercentage)

        The percentage of traffic that is shifted at the start of each increment of a TimeBasedLinear deployment.

        Parameters:
        linearPercentage - The percentage of traffic that is shifted at the start of each increment of a TimeBasedLinear deployment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • linearInterval

        TimeBasedLinear.Builder linearInterval​(Integer linearInterval)

        The number of minutes between each incremental traffic shift of a TimeBasedLinear deployment.

        Parameters:
        linearInterval - The number of minutes between each incremental traffic shift of a TimeBasedLinear deployment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.