Struct aws_sdk_quicksight::model::my_sql_parameters::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for MySqlParameters
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_database(self, input: Option<String>) -> Self
pub fn set_database(self, input: Option<String>) -> Self
Database.
sourcepub fn build(self) -> MySqlParameters
pub fn build(self) -> MySqlParameters
Consumes the builder and constructs a MySqlParameters
.