pub struct Builder { /* private fields */ }Expand description
A builder for DescribeSeverityLevelsOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn severity_levels(self, input: SeverityLevel) -> Self
pub fn severity_levels(self, input: SeverityLevel) -> Self
Appends an item to severity_levels.
To override the contents of this collection use set_severity_levels.
The available severity levels for the support case. Available severity levels are defined by your service level agreement with Amazon Web Services.
sourcepub fn set_severity_levels(self, input: Option<Vec<SeverityLevel>>) -> Self
pub fn set_severity_levels(self, input: Option<Vec<SeverityLevel>>) -> Self
The available severity levels for the support case. Available severity levels are defined by your service level agreement with Amazon Web Services.
sourcepub fn build(self) -> DescribeSeverityLevelsOutput
pub fn build(self) -> DescribeSeverityLevelsOutput
Consumes the builder and constructs a DescribeSeverityLevelsOutput.