pub struct Builder { /* private fields */ }
Expand description
A builder for ProvisioningTemplateVersionSummary
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn version_id(self, input: i32) -> Self
pub fn version_id(self, input: i32) -> Self
The ID of the fleet provisioning template version.
sourcepub fn set_version_id(self, input: Option<i32>) -> Self
pub fn set_version_id(self, input: Option<i32>) -> Self
The ID of the fleet provisioning template version.
sourcepub fn creation_date(self, input: DateTime) -> Self
pub fn creation_date(self, input: DateTime) -> Self
The date when the provisioning template version was created
sourcepub fn set_creation_date(self, input: Option<DateTime>) -> Self
pub fn set_creation_date(self, input: Option<DateTime>) -> Self
The date when the provisioning template version was created
sourcepub fn is_default_version(self, input: bool) -> Self
pub fn is_default_version(self, input: bool) -> Self
True if the provisioning template version is the default version, otherwise false.
sourcepub fn set_is_default_version(self, input: Option<bool>) -> Self
pub fn set_is_default_version(self, input: Option<bool>) -> Self
True if the provisioning template version is the default version, otherwise false.
sourcepub fn build(self) -> ProvisioningTemplateVersionSummary
pub fn build(self) -> ProvisioningTemplateVersionSummary
Consumes the builder and constructs a ProvisioningTemplateVersionSummary
.