pub struct Builder { /* private fields */ }
Expand description
A builder for LaunchTemplateHibernationOptions
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn configured(self, input: bool) -> Self
pub fn configured(self, input: bool) -> Self
If this parameter is set to true
, the instance is enabled for hibernation; otherwise, it is not enabled for hibernation.
sourcepub fn set_configured(self, input: Option<bool>) -> Self
pub fn set_configured(self, input: Option<bool>) -> Self
If this parameter is set to true
, the instance is enabled for hibernation; otherwise, it is not enabled for hibernation.
sourcepub fn build(self) -> LaunchTemplateHibernationOptions
pub fn build(self) -> LaunchTemplateHibernationOptions
Consumes the builder and constructs a LaunchTemplateHibernationOptions
.