pub struct Builder { /* private fields */ }
Expand description
A builder for CreateProvisioningTemplateOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn template_arn(self, input: impl Into<String>) -> Self
pub fn template_arn(self, input: impl Into<String>) -> Self
The ARN that identifies the provisioning template.
sourcepub fn set_template_arn(self, input: Option<String>) -> Self
pub fn set_template_arn(self, input: Option<String>) -> Self
The ARN that identifies the provisioning template.
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 default_version_id(self, input: i32) -> Self
pub fn default_version_id(self, input: i32) -> Self
The default version of the provisioning template.
sourcepub fn set_default_version_id(self, input: Option<i32>) -> Self
pub fn set_default_version_id(self, input: Option<i32>) -> Self
The default version of the provisioning template.
sourcepub fn build(self) -> CreateProvisioningTemplateOutput
pub fn build(self) -> CreateProvisioningTemplateOutput
Consumes the builder and constructs a CreateProvisioningTemplateOutput
.