Struct aws_sdk_athena::model::result_set_metadata::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ResultSetMetadata
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn column_info(self, input: ColumnInfo) -> Self
pub fn column_info(self, input: ColumnInfo) -> Self
Appends an item to column_info
.
To override the contents of this collection use set_column_info
.
Information about the columns returned in a query result metadata.
sourcepub fn set_column_info(self, input: Option<Vec<ColumnInfo>>) -> Self
pub fn set_column_info(self, input: Option<Vec<ColumnInfo>>) -> Self
Information about the columns returned in a query result metadata.
sourcepub fn build(self) -> ResultSetMetadata
pub fn build(self) -> ResultSetMetadata
Consumes the builder and constructs a ResultSetMetadata
.