pub struct Builder { /* private fields */ }Expand description
A builder for DescribeSeverityLevelsInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn language(self, input: impl Into<String>) -> Self
pub fn language(self, input: impl Into<String>) -> Self
The language in which Amazon Web Services Support handles the case. Amazon Web Services Support currently supports English ("en") and Japanese ("ja"). You must specify the ISO 639-1 code for the language parameter if you want support in that language.
sourcepub fn set_language(self, input: Option<String>) -> Self
pub fn set_language(self, input: Option<String>) -> Self
The language in which Amazon Web Services Support handles the case. Amazon Web Services Support currently supports English ("en") and Japanese ("ja"). You must specify the ISO 639-1 code for the language parameter if you want support in that language.
sourcepub fn build(self) -> Result<DescribeSeverityLevelsInput, BuildError>
pub fn build(self) -> Result<DescribeSeverityLevelsInput, BuildError>
Consumes the builder and constructs a DescribeSeverityLevelsInput.