pub struct Builder { /* private fields */ }Expand description
A builder for UpdateDatasourcePackagesInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_graph_arn(self, input: Option<String>) -> Self
pub fn set_graph_arn(self, input: Option<String>) -> Self
The ARN of the behavior graph.
sourcepub fn datasource_packages(self, input: DatasourcePackage) -> Self
pub fn datasource_packages(self, input: DatasourcePackage) -> Self
Appends an item to datasource_packages.
To override the contents of this collection use set_datasource_packages.
The data source package start for the behavior graph.
sourcepub fn set_datasource_packages(
self,
input: Option<Vec<DatasourcePackage>>
) -> Self
pub fn set_datasource_packages(
self,
input: Option<Vec<DatasourcePackage>>
) -> Self
The data source package start for the behavior graph.
sourcepub fn build(self) -> Result<UpdateDatasourcePackagesInput, BuildError>
pub fn build(self) -> Result<UpdateDatasourcePackagesInput, BuildError>
Consumes the builder and constructs a UpdateDatasourcePackagesInput.