Struct aws_sdk_memorydb::model::engine_version_info::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for EngineVersionInfo
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn engine_version(self, input: impl Into<String>) -> Self
pub fn engine_version(self, input: impl Into<String>) -> Self
The engine version
sourcepub fn set_engine_version(self, input: Option<String>) -> Self
pub fn set_engine_version(self, input: Option<String>) -> Self
The engine version
sourcepub fn engine_patch_version(self, input: impl Into<String>) -> Self
pub fn engine_patch_version(self, input: impl Into<String>) -> Self
The patched engine version
sourcepub fn set_engine_patch_version(self, input: Option<String>) -> Self
pub fn set_engine_patch_version(self, input: Option<String>) -> Self
The patched engine version
sourcepub fn parameter_group_family(self, input: impl Into<String>) -> Self
pub fn parameter_group_family(self, input: impl Into<String>) -> Self
Specifies the name of the parameter group family to which the engine default parameters apply.
sourcepub fn set_parameter_group_family(self, input: Option<String>) -> Self
pub fn set_parameter_group_family(self, input: Option<String>) -> Self
Specifies the name of the parameter group family to which the engine default parameters apply.
sourcepub fn build(self) -> EngineVersionInfo
pub fn build(self) -> EngineVersionInfo
Consumes the builder and constructs a EngineVersionInfo
.