public static interface ScheduledSplitsLaunchConfig.Builder extends SdkPojo, CopyableBuilder<ScheduledSplitsLaunchConfig.Builder,ScheduledSplitsLaunchConfig>
| Modifier and Type | Method and Description |
|---|---|
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.
|
ScheduledSplitsLaunchConfig.Builder |
steps(Consumer<ScheduledSplitConfig.Builder>... steps)
An array of structures that define the traffic allocation percentages among the feature variations during
each step of the launch.
|
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildScheduledSplitsLaunchConfig.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.
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.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.
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.ScheduledSplitsLaunchConfig.Builder steps(Consumer<ScheduledSplitConfig.Builder>... 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 theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #steps(List) .steps - a consumer that will call methods on List.Builder #steps(List) Copyright © 2022. All rights reserved.