Struct aws_sdk_glue::model::statement_output_data::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for StatementOutputData.
Implementations§
source§impl Builder
impl Builder
sourcepub fn text_plain(self, input: impl Into<String>) -> Self
pub fn text_plain(self, input: impl Into<String>) -> Self
The code execution output in text format.
sourcepub fn set_text_plain(self, input: Option<String>) -> Self
pub fn set_text_plain(self, input: Option<String>) -> Self
The code execution output in text format.
sourcepub fn build(self) -> StatementOutputData
pub fn build(self) -> StatementOutputData
Consumes the builder and constructs a StatementOutputData.