Struct aws_sdk_glue::output::get_databases_output::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for GetDatabasesOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn database_list(self, input: Database) -> Self
pub fn database_list(self, input: Database) -> Self
Appends an item to database_list.
To override the contents of this collection use set_database_list.
A list of Database objects from the specified catalog.
sourcepub fn set_database_list(self, input: Option<Vec<Database>>) -> Self
pub fn set_database_list(self, input: Option<Vec<Database>>) -> Self
A list of Database objects from the specified catalog.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
sourcepub fn build(self) -> GetDatabasesOutput
pub fn build(self) -> GetDatabasesOutput
Consumes the builder and constructs a GetDatabasesOutput.