Struct aws_sdk_dax::input::create_parameter_group_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CreateParameterGroupInput
.
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 to apply to all of the clusters in this replication 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 to apply to all of the clusters in this replication group.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A description of the parameter group.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A description of the parameter group.
sourcepub fn build(self) -> Result<CreateParameterGroupInput, BuildError>
pub fn build(self) -> Result<CreateParameterGroupInput, BuildError>
Consumes the builder and constructs a CreateParameterGroupInput
.