pub struct Builder { /* private fields */ }
Expand description
A builder for ModifyInstanceMaintenanceOptionsOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn instance_id(self, input: impl Into<String>) -> Self
pub fn instance_id(self, input: impl Into<String>) -> Self
The ID of the instance.
sourcepub fn set_instance_id(self, input: Option<String>) -> Self
pub fn set_instance_id(self, input: Option<String>) -> Self
The ID of the instance.
sourcepub fn auto_recovery(self, input: InstanceAutoRecoveryState) -> Self
pub fn auto_recovery(self, input: InstanceAutoRecoveryState) -> Self
Provides information on the current automatic recovery behavior of your instance.
sourcepub fn set_auto_recovery(self, input: Option<InstanceAutoRecoveryState>) -> Self
pub fn set_auto_recovery(self, input: Option<InstanceAutoRecoveryState>) -> Self
Provides information on the current automatic recovery behavior of your instance.
sourcepub fn build(self) -> ModifyInstanceMaintenanceOptionsOutput
pub fn build(self) -> ModifyInstanceMaintenanceOptionsOutput
Consumes the builder and constructs a ModifyInstanceMaintenanceOptionsOutput
.