public static interface ScheduledSplitsLaunchDefinition.Builder extends SdkPojo, CopyableBuilder<ScheduledSplitsLaunchDefinition.Builder,ScheduledSplitsLaunchDefinition>
| Modifier and Type | Method and Description |
|---|---|
ScheduledSplitsLaunchDefinition.Builder |
steps(Collection<ScheduledSplit> steps)
An array of structures that define the traffic allocation percentages among the feature variations during
each step of the launch.
|
ScheduledSplitsLaunchDefinition.Builder |
steps(Consumer<ScheduledSplit.Builder>... steps)
An array of structures that define the traffic allocation percentages among the feature variations during
each step of the launch.
|
ScheduledSplitsLaunchDefinition.Builder |
steps(ScheduledSplit... steps)
An array of structures that define the traffic allocation percentages among the feature variations during
each step of the launch.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildScheduledSplitsLaunchDefinition.Builder steps(Collection<ScheduledSplit> 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.ScheduledSplitsLaunchDefinition.Builder steps(ScheduledSplit... 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.ScheduledSplitsLaunchDefinition.Builder steps(Consumer<ScheduledSplit.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 theScheduledSplit.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.
steps - a consumer that will call methods on
ScheduledSplit.Builder#steps(java.util.Collection) Copyright © 2023. All rights reserved.