Struct aws_sdk_databrew::model::output_format_options::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for OutputFormatOptions
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn csv(self, input: CsvOutputOptions) -> Self
pub fn csv(self, input: CsvOutputOptions) -> Self
Represents a set of options that define the structure of comma-separated value (CSV) job output.
sourcepub fn set_csv(self, input: Option<CsvOutputOptions>) -> Self
pub fn set_csv(self, input: Option<CsvOutputOptions>) -> Self
Represents a set of options that define the structure of comma-separated value (CSV) job output.
sourcepub fn build(self) -> OutputFormatOptions
pub fn build(self) -> OutputFormatOptions
Consumes the builder and constructs a OutputFormatOptions
.