Struct aws_sdk_quicksight::model::template_version::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for TemplateVersion
Implementations
The time that this template version was created.
The time that this template version was created.
Appends an item to errors.
To override the contents of this collection use set_errors.
Errors associated with this template version.
Errors associated with this template version.
The version number of the template version.
The version number of the template version.
The HTTP status of the request.
The HTTP status of the request.
Appends an item to data_set_configurations.
To override the contents of this collection use set_data_set_configurations.
Schema of the dataset identified by the placeholder. Any dashboard created from this template should be bound to new datasets matching the same schema described through this API operation.
Schema of the dataset identified by the placeholder. Any dashboard created from this template should be bound to new datasets matching the same schema described through this API operation.
The description of the template.
The description of the template.
The Amazon Resource Name (ARN) of an analysis or template that was used to create this template.
The Amazon Resource Name (ARN) of an analysis or template that was used to create this template.
The ARN of the theme associated with this version of the template.
The ARN of the theme associated with this version of the template.
Appends an item to sheets.
To override the contents of this collection use set_sheets.
A list of the associated sheets with the unique identifier and name of each sheet.
A list of the associated sheets with the unique identifier and name of each sheet.
Consumes the builder and constructs a TemplateVersion
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more