Struct aws_sdk_databrew::model::excel_options::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ExcelOptions
Implementations
Appends an item to sheet_names
.
To override the contents of this collection use set_sheet_names
.
One or more named sheets in the Excel file that will be included in the dataset.
One or more named sheets in the Excel file that will be included in the dataset.
Appends an item to sheet_indexes
.
To override the contents of this collection use set_sheet_indexes
.
One or more sheet numbers in the Excel file that will be included in the dataset.
One or more sheet numbers in the Excel file that will be included in the dataset.
A variable that specifies whether the first row in the file is parsed as the header. If this value is false, column names are auto-generated.
A variable that specifies whether the first row in the file is parsed as the header. If this value is false, column names are auto-generated.
Consumes the builder and constructs a ExcelOptions
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more