pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteConfigurationTemplateInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn application_name(self, input: impl Into<String>) -> Self
pub fn application_name(self, input: impl Into<String>) -> Self
The name of the application to delete the configuration template from.
sourcepub fn set_application_name(self, input: Option<String>) -> Self
pub fn set_application_name(self, input: Option<String>) -> Self
The name of the application to delete the configuration template from.
sourcepub fn template_name(self, input: impl Into<String>) -> Self
pub fn template_name(self, input: impl Into<String>) -> Self
The name of the configuration template to delete.
sourcepub fn set_template_name(self, input: Option<String>) -> Self
pub fn set_template_name(self, input: Option<String>) -> Self
The name of the configuration template to delete.
sourcepub fn build(self) -> Result<DeleteConfigurationTemplateInput, BuildError>
pub fn build(self) -> Result<DeleteConfigurationTemplateInput, BuildError>
Consumes the builder and constructs a DeleteConfigurationTemplateInput
.