pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateDataSourceOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn data_source_id(self, input: impl Into<String>) -> Self
pub fn data_source_id(self, input: impl Into<String>) -> Self
The ID assigned to the DataSource
during creation. This value should be identical to the value of the DataSourceID
in the request.
sourcepub fn set_data_source_id(self, input: Option<String>) -> Self
pub fn set_data_source_id(self, input: Option<String>) -> Self
The ID assigned to the DataSource
during creation. This value should be identical to the value of the DataSourceID
in the request.
sourcepub fn build(self) -> UpdateDataSourceOutput
pub fn build(self) -> UpdateDataSourceOutput
Consumes the builder and constructs a UpdateDataSourceOutput
.