Struct aws_sdk_ec2::output::get_console_output_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GetConsoleOutputOutput
.
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 output(self, input: impl Into<String>) -> Self
pub fn output(self, input: impl Into<String>) -> Self
The console output, base64-encoded. If you are using a command line tool, the tool decodes the output for you.
sourcepub fn set_output(self, input: Option<String>) -> Self
pub fn set_output(self, input: Option<String>) -> Self
The console output, base64-encoded. If you are using a command line tool, the tool decodes the output for you.
sourcepub fn set_timestamp(self, input: Option<DateTime>) -> Self
pub fn set_timestamp(self, input: Option<DateTime>) -> Self
The time at which the output was last updated.
sourcepub fn build(self) -> GetConsoleOutputOutput
pub fn build(self) -> GetConsoleOutputOutput
Consumes the builder and constructs a GetConsoleOutputOutput
.