Struct aws_sdk_quicksight::model::custom_sql::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CustomSql
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn data_source_arn(self, input: impl Into<String>) -> Self
pub fn data_source_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the data source.
sourcepub fn set_data_source_arn(self, input: Option<String>) -> Self
pub fn set_data_source_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the data source.
sourcepub fn set_sql_query(self, input: Option<String>) -> Self
pub fn set_sql_query(self, input: Option<String>) -> Self
The SQL query.
sourcepub fn columns(self, input: InputColumn) -> Self
pub fn columns(self, input: InputColumn) -> Self
Appends an item to columns
.
To override the contents of this collection use set_columns
.
The column schema from the SQL query result set.
sourcepub fn set_columns(self, input: Option<Vec<InputColumn>>) -> Self
pub fn set_columns(self, input: Option<Vec<InputColumn>>) -> Self
The column schema from the SQL query result set.