Struct aws_sdk_elasticache::model::parameter_name_value::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ParameterNameValue
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn parameter_name(self, input: impl Into<String>) -> Self
pub fn parameter_name(self, input: impl Into<String>) -> Self
The name of the parameter.
sourcepub fn set_parameter_name(self, input: Option<String>) -> Self
pub fn set_parameter_name(self, input: Option<String>) -> Self
The name of the parameter.
sourcepub fn parameter_value(self, input: impl Into<String>) -> Self
pub fn parameter_value(self, input: impl Into<String>) -> Self
The value of the parameter.
sourcepub fn set_parameter_value(self, input: Option<String>) -> Self
pub fn set_parameter_value(self, input: Option<String>) -> Self
The value of the parameter.
sourcepub fn build(self) -> ParameterNameValue
pub fn build(self) -> ParameterNameValue
Consumes the builder and constructs a ParameterNameValue
.