Struct aws_sdk_quicksight::model::layout::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Layout
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn configuration(self, input: LayoutConfiguration) -> Self
pub fn configuration(self, input: LayoutConfiguration) -> Self
The configuration that determines what the type of layout for a sheet.
sourcepub fn set_configuration(self, input: Option<LayoutConfiguration>) -> Self
pub fn set_configuration(self, input: Option<LayoutConfiguration>) -> Self
The configuration that determines what the type of layout for a sheet.