pub struct Builder { /* private fields */ }
Expand description
A builder for InvalidRenderingParameterException
.
Implementations§
source§impl Builder
impl Builder
pub fn template_name(self, input: impl Into<String>) -> Self
pub fn set_template_name(self, input: Option<String>) -> Self
pub fn message(self, input: impl Into<String>) -> Self
pub fn set_message(self, input: Option<String>) -> Self
sourcepub fn build(self) -> InvalidRenderingParameterException
pub fn build(self) -> InvalidRenderingParameterException
Consumes the builder and constructs a InvalidRenderingParameterException
.