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 theScheduledSplitConfig.Builder avoiding the need to
create one manually via
ScheduledSplitConfig.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #steps(List.
steps - a consumer that will call methods on
ScheduledSplitConfig.Builder#steps(java.util.Collection) Copyright © 2022. All rights reserved.