Struct aws_sdk_honeycode::model::import_data_source_config::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for ImportDataSourceConfig.
Implementations§
source§impl Builder
impl Builder
sourcepub fn data_source_url(self, input: impl Into<String>) -> Self
pub fn data_source_url(self, input: impl Into<String>) -> Self
The URL from which source data will be downloaded for the import request.
sourcepub fn set_data_source_url(self, input: Option<String>) -> Self
pub fn set_data_source_url(self, input: Option<String>) -> Self
The URL from which source data will be downloaded for the import request.
sourcepub fn build(self) -> ImportDataSourceConfig
pub fn build(self) -> ImportDataSourceConfig
Consumes the builder and constructs a ImportDataSourceConfig.