Struct aws_sdk_quicksight::operation::describe_analysis_definition::builders::DescribeAnalysisDefinitionOutputBuilder
source · #[non_exhaustive]pub struct DescribeAnalysisDefinitionOutputBuilder { /* private fields */ }Expand description
A builder for DescribeAnalysisDefinitionOutput.
Implementations§
source§impl DescribeAnalysisDefinitionOutputBuilder
impl DescribeAnalysisDefinitionOutputBuilder
sourcepub fn analysis_id(self, input: impl Into<String>) -> Self
pub fn analysis_id(self, input: impl Into<String>) -> Self
The ID of the analysis described.
sourcepub fn set_analysis_id(self, input: Option<String>) -> Self
pub fn set_analysis_id(self, input: Option<String>) -> Self
The ID of the analysis described.
sourcepub fn errors(self, input: AnalysisError) -> Self
pub fn errors(self, input: AnalysisError) -> Self
Appends an item to errors.
To override the contents of this collection use set_errors.
Errors associated with the analysis.
sourcepub fn set_errors(self, input: Option<Vec<AnalysisError>>) -> Self
pub fn set_errors(self, input: Option<Vec<AnalysisError>>) -> Self
Errors associated with the analysis.
sourcepub fn resource_status(self, input: ResourceStatus) -> Self
pub fn resource_status(self, input: ResourceStatus) -> Self
Status associated with the analysis.
-
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 analysis.
-
CREATION_IN_PROGRESS -
CREATION_SUCCESSFUL -
CREATION_FAILED -
UPDATE_IN_PROGRESS -
UPDATE_SUCCESSFUL -
UPDATE_FAILED -
DELETED
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 analysis.
sourcepub fn definition(self, input: AnalysisDefinition) -> Self
pub fn definition(self, input: AnalysisDefinition) -> Self
The definition of an analysis.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
sourcepub fn set_definition(self, input: Option<AnalysisDefinition>) -> Self
pub fn set_definition(self, input: Option<AnalysisDefinition>) -> Self
The definition of an analysis.
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 build(self) -> DescribeAnalysisDefinitionOutput
pub fn build(self) -> DescribeAnalysisDefinitionOutput
Consumes the builder and constructs a DescribeAnalysisDefinitionOutput.
Trait Implementations§
source§impl Clone for DescribeAnalysisDefinitionOutputBuilder
impl Clone for DescribeAnalysisDefinitionOutputBuilder
source§fn clone(&self) -> DescribeAnalysisDefinitionOutputBuilder
fn clone(&self) -> DescribeAnalysisDefinitionOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DescribeAnalysisDefinitionOutputBuilder
impl Default for DescribeAnalysisDefinitionOutputBuilder
source§fn default() -> DescribeAnalysisDefinitionOutputBuilder
fn default() -> DescribeAnalysisDefinitionOutputBuilder
source§impl PartialEq<DescribeAnalysisDefinitionOutputBuilder> for DescribeAnalysisDefinitionOutputBuilder
impl PartialEq<DescribeAnalysisDefinitionOutputBuilder> for DescribeAnalysisDefinitionOutputBuilder
source§fn eq(&self, other: &DescribeAnalysisDefinitionOutputBuilder) -> bool
fn eq(&self, other: &DescribeAnalysisDefinitionOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.