Interface ScheduledSplitsLaunchConfig.Builder

    • Method Detail

      • steps

        ScheduledSplitsLaunchConfig.Builder steps​(Collection<ScheduledSplitConfig> 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

        ScheduledSplitsLaunchConfig.Builder steps​(ScheduledSplitConfig... 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.