Struct aws_sdk_honeycode::model::table::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for Table.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_table_id(self, input: Option<String>) -> Self
pub fn set_table_id(self, input: Option<String>) -> Self
The id of the table.
sourcepub fn table_name(self, input: impl Into<String>) -> Self
pub fn table_name(self, input: impl Into<String>) -> Self
The name of the table.
sourcepub fn set_table_name(self, input: Option<String>) -> Self
pub fn set_table_name(self, input: Option<String>) -> Self
The name of the table.