Struct aws_sdk_dynamodb::output::list_global_tables_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ListGlobalTablesOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn global_tables(self, input: GlobalTable) -> Self
pub fn global_tables(self, input: GlobalTable) -> Self
Appends an item to global_tables
.
To override the contents of this collection use set_global_tables
.
List of global table names.
sourcepub fn set_global_tables(self, input: Option<Vec<GlobalTable>>) -> Self
pub fn set_global_tables(self, input: Option<Vec<GlobalTable>>) -> Self
List of global table names.
sourcepub fn last_evaluated_global_table_name(self, input: impl Into<String>) -> Self
pub fn last_evaluated_global_table_name(self, input: impl Into<String>) -> Self
Last evaluated global table name.
sourcepub fn set_last_evaluated_global_table_name(self, input: Option<String>) -> Self
pub fn set_last_evaluated_global_table_name(self, input: Option<String>) -> Self
Last evaluated global table name.
sourcepub fn build(self) -> ListGlobalTablesOutput
pub fn build(self) -> ListGlobalTablesOutput
Consumes the builder and constructs a ListGlobalTablesOutput
.