Struct aws_sdk_backup::model::control_input_parameter::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ControlInputParameter
.
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 a parameter, for example, BackupPlanFrequency
.
sourcepub fn set_parameter_name(self, input: Option<String>) -> Self
pub fn set_parameter_name(self, input: Option<String>) -> Self
The name of a parameter, for example, BackupPlanFrequency
.
sourcepub fn parameter_value(self, input: impl Into<String>) -> Self
pub fn parameter_value(self, input: impl Into<String>) -> Self
The value of parameter, for example, hourly
.
sourcepub fn set_parameter_value(self, input: Option<String>) -> Self
pub fn set_parameter_value(self, input: Option<String>) -> Self
The value of parameter, for example, hourly
.
sourcepub fn build(self) -> ControlInputParameter
pub fn build(self) -> ControlInputParameter
Consumes the builder and constructs a ControlInputParameter
.