Struct aws_sdk_databrew::model::view_frame::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ViewFrame
Implementations
The starting index for the range of columns to return in the view frame.
The starting index for the range of columns to return in the view frame.
The number of columns to include in the view frame, beginning with the StartColumnIndex
value and ignoring any columns in the HiddenColumns
list.
The number of columns to include in the view frame, beginning with the StartColumnIndex
value and ignoring any columns in the HiddenColumns
list.
Appends an item to hidden_columns
.
To override the contents of this collection use set_hidden_columns
.
A list of columns to hide in the view frame.
A list of columns to hide in the view frame.
The starting index for the range of rows to return in the view frame.
The starting index for the range of rows to return in the view frame.
The number of rows to include in the view frame, beginning with the StartRowIndex
value.
The number of rows to include in the view frame, beginning with the StartRowIndex
value.
Controls if analytics computation is enabled or disabled. Enabled by default.
Controls if analytics computation is enabled or disabled. Enabled by default.
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