pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteDataSourceInput
.
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
A user-supplied ID that uniquely identifies the DataSource
.
sourcepub fn set_data_source_id(self, input: Option<String>) -> Self
pub fn set_data_source_id(self, input: Option<String>) -> Self
A user-supplied ID that uniquely identifies the DataSource
.
sourcepub fn build(self) -> Result<DeleteDataSourceInput, BuildError>
pub fn build(self) -> Result<DeleteDataSourceInput, BuildError>
Consumes the builder and constructs a DeleteDataSourceInput
.