Struct aws_sdk_quicksight::model::template_source_analysis::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for TemplateSourceAnalysis
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the resource.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the resource.
sourcepub fn data_set_references(self, input: DataSetReference) -> Self
pub fn data_set_references(self, input: DataSetReference) -> Self
Appends an item to data_set_references
.
To override the contents of this collection use set_data_set_references
.
A structure containing information about the dataset references used as placeholders in the template.
sourcepub fn set_data_set_references(
self,
input: Option<Vec<DataSetReference>>
) -> Self
pub fn set_data_set_references(
self,
input: Option<Vec<DataSetReference>>
) -> Self
A structure containing information about the dataset references used as placeholders in the template.
sourcepub fn build(self) -> TemplateSourceAnalysis
pub fn build(self) -> TemplateSourceAnalysis
Consumes the builder and constructs a TemplateSourceAnalysis
.