Struct aws_sdk_quicksight::operation::describe_dashboard_definition::builders::DescribeDashboardDefinitionOutputBuilder
source · #[non_exhaustive]pub struct DescribeDashboardDefinitionOutputBuilder { /* private fields */ }Expand description
A builder for DescribeDashboardDefinitionOutput.
Implementations§
source§impl DescribeDashboardDefinitionOutputBuilder
impl DescribeDashboardDefinitionOutputBuilder
sourcepub fn dashboard_id(self, input: impl Into<String>) -> Self
pub fn dashboard_id(self, input: impl Into<String>) -> Self
The ID of the dashboard described.
sourcepub fn set_dashboard_id(self, input: Option<String>) -> Self
pub fn set_dashboard_id(self, input: Option<String>) -> Self
The ID of the dashboard described.
sourcepub fn errors(self, input: DashboardError) -> Self
pub fn errors(self, input: DashboardError) -> Self
Appends an item to errors.
To override the contents of this collection use set_errors.
Errors associated with this dashboard version.
sourcepub fn set_errors(self, input: Option<Vec<DashboardError>>) -> Self
pub fn set_errors(self, input: Option<Vec<DashboardError>>) -> Self
Errors associated with this dashboard version.
sourcepub fn resource_status(self, input: ResourceStatus) -> Self
pub fn resource_status(self, input: ResourceStatus) -> Self
Status associated with the dashboard version.
-
CREATION_IN_PROGRESS -
CREATION_SUCCESSFUL -
CREATION_FAILED -
UPDATE_IN_PROGRESS -
UPDATE_SUCCESSFUL -
UPDATE_FAILED -
DELETED
sourcepub fn set_resource_status(self, input: Option<ResourceStatus>) -> Self
pub fn set_resource_status(self, input: Option<ResourceStatus>) -> Self
Status associated with the dashboard version.
-
CREATION_IN_PROGRESS -
CREATION_SUCCESSFUL -
CREATION_FAILED -
UPDATE_IN_PROGRESS -
UPDATE_SUCCESSFUL -
UPDATE_FAILED -
DELETED
sourcepub fn theme_arn(self, input: impl Into<String>) -> Self
pub fn theme_arn(self, input: impl Into<String>) -> Self
The ARN of the theme of the dashboard.
sourcepub fn set_theme_arn(self, input: Option<String>) -> Self
pub fn set_theme_arn(self, input: Option<String>) -> Self
The ARN of the theme of the dashboard.
sourcepub fn definition(self, input: DashboardVersionDefinition) -> Self
pub fn definition(self, input: DashboardVersionDefinition) -> Self
The definition of a dashboard.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
sourcepub fn set_definition(self, input: Option<DashboardVersionDefinition>) -> Self
pub fn set_definition(self, input: Option<DashboardVersionDefinition>) -> Self
The definition of a dashboard.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
sourcepub fn set_status(self, input: Option<i32>) -> Self
pub fn set_status(self, input: Option<i32>) -> Self
The HTTP status of the request.
sourcepub fn request_id(self, input: impl Into<String>) -> Self
pub fn request_id(self, input: impl Into<String>) -> Self
The Amazon Web Services request ID for this operation.
sourcepub fn set_request_id(self, input: Option<String>) -> Self
pub fn set_request_id(self, input: Option<String>) -> Self
The Amazon Web Services request ID for this operation.
sourcepub fn dashboard_publish_options(self, input: DashboardPublishOptions) -> Self
pub fn dashboard_publish_options(self, input: DashboardPublishOptions) -> Self
Options for publishing the dashboard:
-
AvailabilityStatusforAdHocFilteringOption- This status can be eitherENABLEDorDISABLED. When this is set toDISABLED, Amazon QuickSight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option isENABLEDby default. -
AvailabilityStatusforExportToCSVOption- This status can be eitherENABLEDorDISABLED. The visual option to export data to .CSV format isn't enabled when this is set toDISABLED. This option isENABLEDby default. -
VisibilityStateforSheetControlsOption- This visibility state can be eitherCOLLAPSEDorEXPANDED. This option isCOLLAPSEDby default.
sourcepub fn set_dashboard_publish_options(
self,
input: Option<DashboardPublishOptions>
) -> Self
pub fn set_dashboard_publish_options( self, input: Option<DashboardPublishOptions> ) -> Self
Options for publishing the dashboard:
-
AvailabilityStatusforAdHocFilteringOption- This status can be eitherENABLEDorDISABLED. When this is set toDISABLED, Amazon QuickSight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option isENABLEDby default. -
AvailabilityStatusforExportToCSVOption- This status can be eitherENABLEDorDISABLED. The visual option to export data to .CSV format isn't enabled when this is set toDISABLED. This option isENABLEDby default. -
VisibilityStateforSheetControlsOption- This visibility state can be eitherCOLLAPSEDorEXPANDED. This option isCOLLAPSEDby default.
sourcepub fn build(self) -> DescribeDashboardDefinitionOutput
pub fn build(self) -> DescribeDashboardDefinitionOutput
Consumes the builder and constructs a DescribeDashboardDefinitionOutput.
Trait Implementations§
source§impl Clone for DescribeDashboardDefinitionOutputBuilder
impl Clone for DescribeDashboardDefinitionOutputBuilder
source§fn clone(&self) -> DescribeDashboardDefinitionOutputBuilder
fn clone(&self) -> DescribeDashboardDefinitionOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DescribeDashboardDefinitionOutputBuilder
impl Default for DescribeDashboardDefinitionOutputBuilder
source§fn default() -> DescribeDashboardDefinitionOutputBuilder
fn default() -> DescribeDashboardDefinitionOutputBuilder
source§impl PartialEq<DescribeDashboardDefinitionOutputBuilder> for DescribeDashboardDefinitionOutputBuilder
impl PartialEq<DescribeDashboardDefinitionOutputBuilder> for DescribeDashboardDefinitionOutputBuilder
source§fn eq(&self, other: &DescribeDashboardDefinitionOutputBuilder) -> bool
fn eq(&self, other: &DescribeDashboardDefinitionOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.