pub struct Builder { /* private fields */ }
Expand description
A builder for LaunchTemplateInstanceMaintenanceOptionsRequest
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn auto_recovery(self, input: LaunchTemplateAutoRecoveryState) -> Self
pub fn auto_recovery(self, input: LaunchTemplateAutoRecoveryState) -> Self
Disables the automatic recovery behavior of your instance or sets it to default. For more information, see Simplified automatic recovery.
sourcepub fn set_auto_recovery(
self,
input: Option<LaunchTemplateAutoRecoveryState>
) -> Self
pub fn set_auto_recovery(
self,
input: Option<LaunchTemplateAutoRecoveryState>
) -> Self
Disables the automatic recovery behavior of your instance or sets it to default. For more information, see Simplified automatic recovery.
sourcepub fn build(self) -> LaunchTemplateInstanceMaintenanceOptionsRequest
pub fn build(self) -> LaunchTemplateInstanceMaintenanceOptionsRequest
Consumes the builder and constructs a LaunchTemplateInstanceMaintenanceOptionsRequest
.