public static interface ScheduledSplitConfig.Builder extends SdkPojo, CopyableBuilder<ScheduledSplitConfig.Builder,ScheduledSplitConfig>
| Modifier and Type | Method and Description |
|---|---|
ScheduledSplitConfig.Builder |
groupWeights(Map<String,Long> groupWeights)
The traffic allocation percentages among the feature variations during one step of a launch.
|
ScheduledSplitConfig.Builder |
startTime(Instant startTime)
The date and time that this step of the launch starts.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildScheduledSplitConfig.Builder groupWeights(Map<String,Long> groupWeights)
The traffic allocation percentages among the feature variations during one step of a launch. This is a set of key-value pairs. The keys are variation names. The values represent the percentage of traffic to allocate to that variation during this step.
groupWeights - The traffic allocation percentages among the feature variations during one step of a launch. This is a
set of key-value pairs. The keys are variation names. The values represent the percentage of traffic
to allocate to that variation during this step.ScheduledSplitConfig.Builder startTime(Instant startTime)
The date and time that this step of the launch starts.
startTime - The date and time that this step of the launch starts.Copyright © 2022. All rights reserved.