pub struct Builder { /* private fields */ }
Expand description
A builder for EnableSerialConsoleAccessOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn serial_console_access_enabled(self, input: bool) -> Self
pub fn serial_console_access_enabled(self, input: bool) -> Self
If true
, access to the EC2 serial console of all instances is enabled for your account. If false
, access to the EC2 serial console of all instances is disabled for your account.
sourcepub fn set_serial_console_access_enabled(self, input: Option<bool>) -> Self
pub fn set_serial_console_access_enabled(self, input: Option<bool>) -> Self
If true
, access to the EC2 serial console of all instances is enabled for your account. If false
, access to the EC2 serial console of all instances is disabled for your account.
sourcepub fn build(self) -> EnableSerialConsoleAccessOutput
pub fn build(self) -> EnableSerialConsoleAccessOutput
Consumes the builder and constructs a EnableSerialConsoleAccessOutput
.