pub struct Builder { /* private fields */ }
Expand description
A builder for IntegerParameterRangeSpecification
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_min_value(self, input: Option<String>) -> Self
pub fn set_min_value(self, input: Option<String>) -> Self
The minimum integer value allowed.
sourcepub fn set_max_value(self, input: Option<String>) -> Self
pub fn set_max_value(self, input: Option<String>) -> Self
The maximum integer value allowed.
sourcepub fn build(self) -> IntegerParameterRangeSpecification
pub fn build(self) -> IntegerParameterRangeSpecification
Consumes the builder and constructs a IntegerParameterRangeSpecification
.