pub struct Builder { /* private fields */ }
Expand description
A builder for EnvironmentParameterRanges
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn categorical_parameter_ranges(self, input: CategoricalParameter) -> Self
pub fn categorical_parameter_ranges(self, input: CategoricalParameter) -> Self
Appends an item to categorical_parameter_ranges
.
To override the contents of this collection use set_categorical_parameter_ranges
.
Specified a list of parameters for each category.
sourcepub fn set_categorical_parameter_ranges(
self,
input: Option<Vec<CategoricalParameter>>
) -> Self
pub fn set_categorical_parameter_ranges(
self,
input: Option<Vec<CategoricalParameter>>
) -> Self
Specified a list of parameters for each category.
sourcepub fn build(self) -> EnvironmentParameterRanges
pub fn build(self) -> EnvironmentParameterRanges
Consumes the builder and constructs a EnvironmentParameterRanges
.