Struct aws_sdk_quicksight::model::s3_source::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for S3Source
.
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) for 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) for the data source.
sourcepub fn upload_settings(self, input: UploadSettings) -> Self
pub fn upload_settings(self, input: UploadSettings) -> Self
Information about the format for the S3 source file or files.
sourcepub fn set_upload_settings(self, input: Option<UploadSettings>) -> Self
pub fn set_upload_settings(self, input: Option<UploadSettings>) -> Self
Information about the format for the S3 source file or files.
sourcepub fn input_columns(self, input: InputColumn) -> Self
pub fn input_columns(self, input: InputColumn) -> Self
Appends an item to input_columns
.
To override the contents of this collection use set_input_columns
.
A physical table type for an S3 data source.
For files that aren't JSON, only STRING
data types are supported in input columns.
sourcepub fn set_input_columns(self, input: Option<Vec<InputColumn>>) -> Self
pub fn set_input_columns(self, input: Option<Vec<InputColumn>>) -> Self
A physical table type for an S3 data source.
For files that aren't JSON, only STRING
data types are supported in input columns.