Uses of Interface
software.amazon.awssdk.services.evidently.model.ScheduledSplitsLaunchConfig.Builder
-
Packages that use ScheduledSplitsLaunchConfig.Builder Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of ScheduledSplitsLaunchConfig.Builder in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return ScheduledSplitsLaunchConfig.Builder Modifier and Type Method Description static ScheduledSplitsLaunchConfig.BuilderScheduledSplitsLaunchConfig. builder()ScheduledSplitsLaunchConfig.BuilderScheduledSplitsLaunchConfig.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.BuilderScheduledSplitsLaunchConfig.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.BuilderScheduledSplitsLaunchConfig.Builder. steps(ScheduledSplitConfig... steps)An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.ScheduledSplitsLaunchConfig.BuilderScheduledSplitsLaunchConfig. toBuilder()Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type ScheduledSplitsLaunchConfig.Builder Modifier and Type Method Description static Class<? extends ScheduledSplitsLaunchConfig.Builder>ScheduledSplitsLaunchConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.evidently.model with type arguments of type ScheduledSplitsLaunchConfig.Builder Modifier and Type Method Description default CreateLaunchRequest.BuilderCreateLaunchRequest.Builder. scheduledSplitsConfig(Consumer<ScheduledSplitsLaunchConfig.Builder> scheduledSplitsConfig)An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.default UpdateLaunchRequest.BuilderUpdateLaunchRequest.Builder. scheduledSplitsConfig(Consumer<ScheduledSplitsLaunchConfig.Builder> scheduledSplitsConfig)An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.
-