pub struct Builder { /* private fields */ }
Expand description
A builder for InstanceMaintenanceOptionsRequest
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn auto_recovery(self, input: InstanceAutoRecoveryState) -> Self
pub fn auto_recovery(self, input: InstanceAutoRecoveryState) -> 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<InstanceAutoRecoveryState>) -> Self
pub fn set_auto_recovery(self, input: Option<InstanceAutoRecoveryState>) -> 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) -> InstanceMaintenanceOptionsRequest
pub fn build(self) -> InstanceMaintenanceOptionsRequest
Consumes the builder and constructs a InstanceMaintenanceOptionsRequest
.