#[non_exhaustive]pub struct ScheduledSplitsLaunchDefinitionBuilder { /* private fields */ }Expand description
A builder for ScheduledSplitsLaunchDefinition.
Implementations§
source§impl ScheduledSplitsLaunchDefinitionBuilder
impl ScheduledSplitsLaunchDefinitionBuilder
sourcepub fn steps(self, input: ScheduledSplit) -> Self
pub fn steps(self, input: ScheduledSplit) -> 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<ScheduledSplit>>) -> Self
pub fn set_steps(self, input: Option<Vec<ScheduledSplit>>) -> 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) -> ScheduledSplitsLaunchDefinition
pub fn build(self) -> ScheduledSplitsLaunchDefinition
Consumes the builder and constructs a ScheduledSplitsLaunchDefinition.
Trait Implementations§
source§impl Clone for ScheduledSplitsLaunchDefinitionBuilder
impl Clone for ScheduledSplitsLaunchDefinitionBuilder
source§fn clone(&self) -> ScheduledSplitsLaunchDefinitionBuilder
fn clone(&self) -> ScheduledSplitsLaunchDefinitionBuilder
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 ScheduledSplitsLaunchDefinitionBuilder
impl Default for ScheduledSplitsLaunchDefinitionBuilder
source§fn default() -> ScheduledSplitsLaunchDefinitionBuilder
fn default() -> ScheduledSplitsLaunchDefinitionBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ScheduledSplitsLaunchDefinitionBuilder> for ScheduledSplitsLaunchDefinitionBuilder
impl PartialEq<ScheduledSplitsLaunchDefinitionBuilder> for ScheduledSplitsLaunchDefinitionBuilder
source§fn eq(&self, other: &ScheduledSplitsLaunchDefinitionBuilder) -> bool
fn eq(&self, other: &ScheduledSplitsLaunchDefinitionBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.