pub struct Builder { /* private fields */ }
Expand description
A builder for CreateProvisioningTemplateVersionInput
.
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.
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.
sourcepub fn template_body(self, input: impl Into<String>) -> Self
pub fn template_body(self, input: impl Into<String>) -> Self
The JSON formatted contents of the provisioning template.
sourcepub fn set_template_body(self, input: Option<String>) -> Self
pub fn set_template_body(self, input: Option<String>) -> Self
The JSON formatted contents of the provisioning template.
sourcepub fn set_as_default(self, input: bool) -> Self
pub fn set_as_default(self, input: bool) -> Self
Sets a fleet provision template version as the default version.
sourcepub fn set_set_as_default(self, input: Option<bool>) -> Self
pub fn set_set_as_default(self, input: Option<bool>) -> Self
Sets a fleet provision template version as the default version.
sourcepub fn build(self) -> Result<CreateProvisioningTemplateVersionInput, BuildError>
pub fn build(self) -> Result<CreateProvisioningTemplateVersionInput, BuildError>
Consumes the builder and constructs a CreateProvisioningTemplateVersionInput
.