Struct aws_sdk_rds::model::engine_defaults::Builder
source · [−]pub struct Builder { /* private fields */ }Expand description
A builder for EngineDefaults.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn db_parameter_group_family(self, input: impl Into<String>) -> Self
pub fn db_parameter_group_family(self, input: impl Into<String>) -> Self
Specifies the name of the DB parameter group family that the engine default parameters apply to.
sourcepub fn set_db_parameter_group_family(self, input: Option<String>) -> Self
pub fn set_db_parameter_group_family(self, input: Option<String>) -> Self
Specifies the name of the DB parameter group family that the engine default parameters apply to.
sourcepub fn marker(self, input: impl Into<String>) -> Self
pub fn marker(self, input: impl Into<String>) -> Self
An optional pagination token provided by a previous EngineDefaults request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .
sourcepub fn set_marker(self, input: Option<String>) -> Self
pub fn set_marker(self, input: Option<String>) -> Self
An optional pagination token provided by a previous EngineDefaults request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .
sourcepub fn parameters(self, input: Parameter) -> Self
pub fn parameters(self, input: Parameter) -> Self
Appends an item to parameters.
To override the contents of this collection use set_parameters.
Contains a list of engine default parameters.
sourcepub fn set_parameters(self, input: Option<Vec<Parameter>>) -> Self
pub fn set_parameters(self, input: Option<Vec<Parameter>>) -> Self
Contains a list of engine default parameters.
sourcepub fn build(self) -> EngineDefaults
pub fn build(self) -> EngineDefaults
Consumes the builder and constructs a EngineDefaults.