Struct aws_sdk_athena::model::result_set::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ResultSet
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn rows(self, input: Row) -> Self
pub fn rows(self, input: Row) -> Self
Appends an item to rows
.
To override the contents of this collection use set_rows
.
The rows in the table.
sourcepub fn result_set_metadata(self, input: ResultSetMetadata) -> Self
pub fn result_set_metadata(self, input: ResultSetMetadata) -> Self
The metadata that describes the column structure and data types of a table of query results.
sourcepub fn set_result_set_metadata(self, input: Option<ResultSetMetadata>) -> Self
pub fn set_result_set_metadata(self, input: Option<ResultSetMetadata>) -> Self
The metadata that describes the column structure and data types of a table of query results.