pub struct Builder { /* private fields */ }
Expand description
A builder for CreateDataSourceFromRdsOutput
.
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. 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
A user-supplied ID that uniquely identifies the datasource. This value should be identical to the value of the DataSourceID
in the request.
sourcepub fn build(self) -> CreateDataSourceFromRdsOutput
pub fn build(self) -> CreateDataSourceFromRdsOutput
Consumes the builder and constructs a CreateDataSourceFromRdsOutput
.