Interface TimeBasedLinear.Builder

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

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

    • 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.