Interface ScheduledSplitsLaunchDefinition.Builder

  • Method Details

    • steps

      An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch. This also defines the start time of each step.

      Parameters:
      steps - An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch. This also defines the start time of each step.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • steps

      An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch. This also defines the start time of each step.

      Parameters:
      steps - An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch. This also defines the start time of each step.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • steps

      An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch. This also defines the start time of each step.

      This is a convenience method that creates an instance of the ScheduledSplit.Builder avoiding the need to create one manually via ScheduledSplit.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to steps(List<ScheduledSplit>).

      Parameters:
      steps - a consumer that will call methods on ScheduledSplit.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: