Struct aws_sdk_quicksight::types::builders::DashboardSummaryBuilder
source · #[non_exhaustive]pub struct DashboardSummaryBuilder { /* private fields */ }Expand description
A builder for DashboardSummary.
Implementations§
source§impl DashboardSummaryBuilder
impl DashboardSummaryBuilder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the resource.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the resource.
sourcepub fn dashboard_id(self, input: impl Into<String>) -> Self
pub fn dashboard_id(self, input: impl Into<String>) -> Self
Dashboard ID.
sourcepub fn set_dashboard_id(self, input: Option<String>) -> Self
pub fn set_dashboard_id(self, input: Option<String>) -> Self
Dashboard ID.
sourcepub fn get_dashboard_id(&self) -> &Option<String>
pub fn get_dashboard_id(&self) -> &Option<String>
Dashboard ID.
sourcepub fn created_time(self, input: DateTime) -> Self
pub fn created_time(self, input: DateTime) -> Self
The time that this dashboard was created.
sourcepub fn set_created_time(self, input: Option<DateTime>) -> Self
pub fn set_created_time(self, input: Option<DateTime>) -> Self
The time that this dashboard was created.
sourcepub fn get_created_time(&self) -> &Option<DateTime>
pub fn get_created_time(&self) -> &Option<DateTime>
The time that this dashboard was created.
sourcepub fn last_updated_time(self, input: DateTime) -> Self
pub fn last_updated_time(self, input: DateTime) -> Self
The last time that this dashboard was updated.
sourcepub fn set_last_updated_time(self, input: Option<DateTime>) -> Self
pub fn set_last_updated_time(self, input: Option<DateTime>) -> Self
The last time that this dashboard was updated.
sourcepub fn get_last_updated_time(&self) -> &Option<DateTime>
pub fn get_last_updated_time(&self) -> &Option<DateTime>
The last time that this dashboard was updated.
sourcepub fn published_version_number(self, input: i64) -> Self
pub fn published_version_number(self, input: i64) -> Self
Published version number.
sourcepub fn set_published_version_number(self, input: Option<i64>) -> Self
pub fn set_published_version_number(self, input: Option<i64>) -> Self
Published version number.
sourcepub fn get_published_version_number(&self) -> &Option<i64>
pub fn get_published_version_number(&self) -> &Option<i64>
Published version number.
sourcepub fn last_published_time(self, input: DateTime) -> Self
pub fn last_published_time(self, input: DateTime) -> Self
The last time that this dashboard was published.
sourcepub fn set_last_published_time(self, input: Option<DateTime>) -> Self
pub fn set_last_published_time(self, input: Option<DateTime>) -> Self
The last time that this dashboard was published.
sourcepub fn get_last_published_time(&self) -> &Option<DateTime>
pub fn get_last_published_time(&self) -> &Option<DateTime>
The last time that this dashboard was published.
sourcepub fn build(self) -> DashboardSummary
pub fn build(self) -> DashboardSummary
Consumes the builder and constructs a DashboardSummary.
Trait Implementations§
source§impl Clone for DashboardSummaryBuilder
impl Clone for DashboardSummaryBuilder
source§fn clone(&self) -> DashboardSummaryBuilder
fn clone(&self) -> DashboardSummaryBuilder
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 DashboardSummaryBuilder
impl Debug for DashboardSummaryBuilder
source§impl Default for DashboardSummaryBuilder
impl Default for DashboardSummaryBuilder
source§fn default() -> DashboardSummaryBuilder
fn default() -> DashboardSummaryBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DashboardSummaryBuilder
impl PartialEq for DashboardSummaryBuilder
source§fn eq(&self, other: &DashboardSummaryBuilder) -> bool
fn eq(&self, other: &DashboardSummaryBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DashboardSummaryBuilder
Auto Trait Implementations§
impl Freeze for DashboardSummaryBuilder
impl RefUnwindSafe for DashboardSummaryBuilder
impl Send for DashboardSummaryBuilder
impl Sync for DashboardSummaryBuilder
impl Unpin for DashboardSummaryBuilder
impl UnwindSafe for DashboardSummaryBuilder
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.