Struct aws_sdk_dax::model::parameter_group_status::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ParameterGroupStatus
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn parameter_group_name(self, input: impl Into<String>) -> Self
pub fn parameter_group_name(self, input: impl Into<String>) -> Self
The name of the parameter group.
sourcepub fn set_parameter_group_name(self, input: Option<String>) -> Self
pub fn set_parameter_group_name(self, input: Option<String>) -> Self
The name of the parameter group.
sourcepub fn parameter_apply_status(self, input: impl Into<String>) -> Self
pub fn parameter_apply_status(self, input: impl Into<String>) -> Self
The status of parameter updates.
sourcepub fn set_parameter_apply_status(self, input: Option<String>) -> Self
pub fn set_parameter_apply_status(self, input: Option<String>) -> Self
The status of parameter updates.
sourcepub fn node_ids_to_reboot(self, input: impl Into<String>) -> Self
pub fn node_ids_to_reboot(self, input: impl Into<String>) -> Self
Appends an item to node_ids_to_reboot
.
To override the contents of this collection use set_node_ids_to_reboot
.
The node IDs of one or more nodes to be rebooted.
sourcepub fn set_node_ids_to_reboot(self, input: Option<Vec<String>>) -> Self
pub fn set_node_ids_to_reboot(self, input: Option<Vec<String>>) -> Self
The node IDs of one or more nodes to be rebooted.
sourcepub fn build(self) -> ParameterGroupStatus
pub fn build(self) -> ParameterGroupStatus
Consumes the builder and constructs a ParameterGroupStatus
.