Struct aws_sdk_evidently::types::builders::LaunchGroupConfigBuilder
source · #[non_exhaustive]pub struct LaunchGroupConfigBuilder { /* private fields */ }Expand description
A builder for LaunchGroupConfig.
Implementations§
source§impl LaunchGroupConfigBuilder
impl LaunchGroupConfigBuilder
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A description of the launch group.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A description of the launch group.
sourcepub fn set_feature(self, input: Option<String>) -> Self
pub fn set_feature(self, input: Option<String>) -> Self
The feature that this launch is using.
sourcepub fn variation(self, input: impl Into<String>) -> Self
pub fn variation(self, input: impl Into<String>) -> Self
The feature variation to use for this launch group.
sourcepub fn set_variation(self, input: Option<String>) -> Self
pub fn set_variation(self, input: Option<String>) -> Self
The feature variation to use for this launch group.
sourcepub fn build(self) -> LaunchGroupConfig
pub fn build(self) -> LaunchGroupConfig
Consumes the builder and constructs a LaunchGroupConfig.
Trait Implementations§
source§impl Clone for LaunchGroupConfigBuilder
impl Clone for LaunchGroupConfigBuilder
source§fn clone(&self) -> LaunchGroupConfigBuilder
fn clone(&self) -> LaunchGroupConfigBuilder
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 Debug for LaunchGroupConfigBuilder
impl Debug for LaunchGroupConfigBuilder
source§impl Default for LaunchGroupConfigBuilder
impl Default for LaunchGroupConfigBuilder
source§fn default() -> LaunchGroupConfigBuilder
fn default() -> LaunchGroupConfigBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<LaunchGroupConfigBuilder> for LaunchGroupConfigBuilder
impl PartialEq<LaunchGroupConfigBuilder> for LaunchGroupConfigBuilder
source§fn eq(&self, other: &LaunchGroupConfigBuilder) -> bool
fn eq(&self, other: &LaunchGroupConfigBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.