Struct aws_sdk_databasemigration::model::table_to_reload::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for TableToReload
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn schema_name(self, input: impl Into<String>) -> Self
pub fn schema_name(self, input: impl Into<String>) -> Self
The schema name of the table to be reloaded.
sourcepub fn set_schema_name(self, input: Option<String>) -> Self
pub fn set_schema_name(self, input: Option<String>) -> Self
The schema name of the table to be reloaded.
sourcepub fn table_name(self, input: impl Into<String>) -> Self
pub fn table_name(self, input: impl Into<String>) -> Self
The table name of the table to be reloaded.
sourcepub fn set_table_name(self, input: Option<String>) -> Self
pub fn set_table_name(self, input: Option<String>) -> Self
The table name of the table to be reloaded.
sourcepub fn build(self) -> TableToReload
pub fn build(self) -> TableToReload
Consumes the builder and constructs a TableToReload
.