Struct aws_sdk_appsync::output::update_data_source_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateDataSourceOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn data_source(self, input: DataSource) -> Self
pub fn data_source(self, input: DataSource) -> Self
The updated DataSource
object.
sourcepub fn set_data_source(self, input: Option<DataSource>) -> Self
pub fn set_data_source(self, input: Option<DataSource>) -> Self
The updated DataSource
object.
sourcepub fn build(self) -> UpdateDataSourceOutput
pub fn build(self) -> UpdateDataSourceOutput
Consumes the builder and constructs a UpdateDataSourceOutput
.