Struct aws_sdk_quicksight::model::template_source_entity::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for TemplateSourceEntity.
Implementations§
source§impl Builder
impl Builder
sourcepub fn source_analysis(self, input: TemplateSourceAnalysis) -> Self
pub fn source_analysis(self, input: TemplateSourceAnalysis) -> Self
The source analysis, if it is based on an analysis.
sourcepub fn set_source_analysis(self, input: Option<TemplateSourceAnalysis>) -> Self
pub fn set_source_analysis(self, input: Option<TemplateSourceAnalysis>) -> Self
The source analysis, if it is based on an analysis.
sourcepub fn source_template(self, input: TemplateSourceTemplate) -> Self
pub fn source_template(self, input: TemplateSourceTemplate) -> Self
The source template, if it is based on an template.
sourcepub fn set_source_template(self, input: Option<TemplateSourceTemplate>) -> Self
pub fn set_source_template(self, input: Option<TemplateSourceTemplate>) -> Self
The source template, if it is based on an template.
sourcepub fn build(self) -> TemplateSourceEntity
pub fn build(self) -> TemplateSourceEntity
Consumes the builder and constructs a TemplateSourceEntity.