Struct aws_sdk_quicksight::model::theme_version::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for ThemeVersion
Implementations
The version number of the theme.
The version number of the theme.
The Amazon Resource Name (ARN) of the resource.
The Amazon Resource Name (ARN) of the resource.
The description of the theme.
The description of the theme.
The Amazon QuickSight-defined ID of the theme that a custom theme inherits from. All themes initially inherit from a default Amazon QuickSight theme.
The Amazon QuickSight-defined ID of the theme that a custom theme inherits from. All themes initially inherit from a default Amazon QuickSight theme.
The date and time that this theme version was created.
The date and time that this theme version was created.
The theme configuration, which contains all the theme display properties.
The theme configuration, which contains all the theme display properties.
Appends an item to errors.
To override the contents of this collection use set_errors.
Errors associated with the theme.
Errors associated with the theme.
The status of the theme version.
The status of the theme version.
Consumes the builder and constructs a ThemeVersion
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