Struct aws_sdk_quicksight::model::dashboard_error::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DashboardError
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn type(self, input: DashboardErrorType) -> Self
pub fn type(self, input: DashboardErrorType) -> Self
Type.
sourcepub fn set_type(self, input: Option<DashboardErrorType>) -> Self
pub fn set_type(self, input: Option<DashboardErrorType>) -> Self
Type.
sourcepub fn set_message(self, input: Option<String>) -> Self
pub fn set_message(self, input: Option<String>) -> Self
Message.
sourcepub fn violated_entities(self, input: Entity) -> Self
pub fn violated_entities(self, input: Entity) -> Self
Appends an item to violated_entities
.
To override the contents of this collection use set_violated_entities
.
sourcepub fn set_violated_entities(self, input: Option<Vec<Entity>>) -> Self
pub fn set_violated_entities(self, input: Option<Vec<Entity>>) -> Self
sourcepub fn build(self) -> DashboardError
pub fn build(self) -> DashboardError
Consumes the builder and constructs a DashboardError
.