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