pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteProvisioningTemplateVersionInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn template_name(self, input: impl Into<String>) -> Self
pub fn template_name(self, input: impl Into<String>) -> Self
The name of the provisioning template version 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 provisioning template version to delete.
sourcepub fn version_id(self, input: i32) -> Self
pub fn version_id(self, input: i32) -> Self
The provisioning template version ID to delete.
sourcepub fn set_version_id(self, input: Option<i32>) -> Self
pub fn set_version_id(self, input: Option<i32>) -> Self
The provisioning template version ID to delete.
sourcepub fn build(self) -> Result<DeleteProvisioningTemplateVersionInput, BuildError>
pub fn build(self) -> Result<DeleteProvisioningTemplateVersionInput, BuildError>
Consumes the builder and constructs a DeleteProvisioningTemplateVersionInput
.