Struct aws_sdk_memorydb::model::parameter_group::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ParameterGroup
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn family(self, input: impl Into<String>) -> Self
pub fn family(self, input: impl Into<String>) -> Self
The name of the parameter group family that this parameter group is compatible with.
sourcepub fn set_family(self, input: Option<String>) -> Self
pub fn set_family(self, input: Option<String>) -> Self
The name of the parameter group family that this parameter group is compatible with.
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 arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the parameter group
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the parameter group
sourcepub fn build(self) -> ParameterGroup
pub fn build(self) -> ParameterGroup
Consumes the builder and constructs a ParameterGroup
.