#[non_exhaustive]pub struct ScheduledSplitsLaunchConfigBuilder { /* private fields */ }Expand description
A builder for ScheduledSplitsLaunchConfig.
Implementations§
source§impl ScheduledSplitsLaunchConfigBuilder
impl ScheduledSplitsLaunchConfigBuilder
sourcepub fn steps(self, input: ScheduledSplitConfig) -> Self
pub fn steps(self, input: ScheduledSplitConfig) -> Self
Appends an item to steps.
To override the contents of this collection use set_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.
sourcepub fn set_steps(self, input: Option<Vec<ScheduledSplitConfig>>) -> Self
pub fn set_steps(self, input: Option<Vec<ScheduledSplitConfig>>) -> Self
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.
sourcepub fn build(self) -> ScheduledSplitsLaunchConfig
pub fn build(self) -> ScheduledSplitsLaunchConfig
Consumes the builder and constructs a ScheduledSplitsLaunchConfig.
Trait Implementations§
source§impl Clone for ScheduledSplitsLaunchConfigBuilder
impl Clone for ScheduledSplitsLaunchConfigBuilder
source§fn clone(&self) -> ScheduledSplitsLaunchConfigBuilder
fn clone(&self) -> ScheduledSplitsLaunchConfigBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for ScheduledSplitsLaunchConfigBuilder
impl Default for ScheduledSplitsLaunchConfigBuilder
source§fn default() -> ScheduledSplitsLaunchConfigBuilder
fn default() -> ScheduledSplitsLaunchConfigBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ScheduledSplitsLaunchConfigBuilder> for ScheduledSplitsLaunchConfigBuilder
impl PartialEq<ScheduledSplitsLaunchConfigBuilder> for ScheduledSplitsLaunchConfigBuilder
source§fn eq(&self, other: &ScheduledSplitsLaunchConfigBuilder) -> bool
fn eq(&self, other: &ScheduledSplitsLaunchConfigBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.