Struct aws_sdk_quicksight::types::builders::SheetBuilder
source · #[non_exhaustive]pub struct SheetBuilder { /* private fields */ }Expand description
A builder for Sheet.
Implementations§
source§impl SheetBuilder
impl SheetBuilder
sourcepub fn sheet_id(self, input: impl Into<String>) -> Self
pub fn sheet_id(self, input: impl Into<String>) -> Self
The unique identifier associated with a sheet.
sourcepub fn set_sheet_id(self, input: Option<String>) -> Self
pub fn set_sheet_id(self, input: Option<String>) -> Self
The unique identifier associated with a sheet.
sourcepub fn get_sheet_id(&self) -> &Option<String>
pub fn get_sheet_id(&self) -> &Option<String>
The unique identifier associated with a sheet.
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name of a sheet. This name is displayed on the sheet's tab in the Amazon QuickSight console.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The name of a sheet. This name is displayed on the sheet's tab in the Amazon QuickSight console.
Trait Implementations§
source§impl Clone for SheetBuilder
impl Clone for SheetBuilder
source§fn clone(&self) -> SheetBuilder
fn clone(&self) -> SheetBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SheetBuilder
impl Debug for SheetBuilder
source§impl Default for SheetBuilder
impl Default for SheetBuilder
source§fn default() -> SheetBuilder
fn default() -> SheetBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for SheetBuilder
impl PartialEq for SheetBuilder
source§fn eq(&self, other: &SheetBuilder) -> bool
fn eq(&self, other: &SheetBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SheetBuilder
Auto Trait Implementations§
impl Freeze for SheetBuilder
impl RefUnwindSafe for SheetBuilder
impl Send for SheetBuilder
impl Sync for SheetBuilder
impl Unpin for SheetBuilder
impl UnwindSafe for SheetBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.