Struct aws_sdk_quicksight::model::analysis_source_entity::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for AnalysisSourceEntity.
Implementations§
source§impl Builder
impl Builder
sourcepub fn source_template(self, input: AnalysisSourceTemplate) -> Self
pub fn source_template(self, input: AnalysisSourceTemplate) -> Self
The source template for the source entity of the analysis.
sourcepub fn set_source_template(self, input: Option<AnalysisSourceTemplate>) -> Self
pub fn set_source_template(self, input: Option<AnalysisSourceTemplate>) -> Self
The source template for the source entity of the analysis.
sourcepub fn build(self) -> AnalysisSourceEntity
pub fn build(self) -> AnalysisSourceEntity
Consumes the builder and constructs a AnalysisSourceEntity.