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 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.