#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateContributorInsightsOutput
Implementations
The name of the table.
The name of the table.
The name of the global secondary index, if applicable.
The name of the global secondary index, if applicable.
The status of contributor insights
pub fn set_contributor_insights_status(
self,
input: Option<ContributorInsightsStatus>
) -> Self
pub fn set_contributor_insights_status(
self,
input: Option<ContributorInsightsStatus>
) -> Self
The status of contributor insights
Consumes the builder and constructs a UpdateContributorInsightsOutput
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