| Package | Description |
|---|---|
| software.amazon.awssdk.services.evidently.model |
| Modifier and Type | Method and Description |
|---|---|
static ScheduledSplitsLaunchConfig.Builder |
ScheduledSplitsLaunchConfig.builder() |
ScheduledSplitsLaunchConfig.Builder |
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 |
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 |
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.
|
ScheduledSplitsLaunchConfig.Builder |
ScheduledSplitsLaunchConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ScheduledSplitsLaunchConfig.Builder> |
ScheduledSplitsLaunchConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateLaunchRequest.Builder |
UpdateLaunchRequest.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 CreateLaunchRequest.Builder |
CreateLaunchRequest.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.
|
Copyright © 2023. All rights reserved.